mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add armv7 to the list of arch without DTRACE.
PR: 221900 Submitted by: linimon Sponsored by: Absolight
This commit is contained in:
parent
aeeb6079ed
commit
3fc5dcb285
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448910
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||||
.if !exists(/usr/sbin/dtrace)
|
.if !exists(/usr/sbin/dtrace)
|
||||||
OPTIONS_EXCLUDE+= DTRACE
|
OPTIONS_EXCLUDE+= DTRACE
|
||||||
.endif
|
.endif
|
||||||
.for a in aarch64 arm armeb armv6 mips mips64 mips64el mipsel mipsn32 powerpc \
|
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
|
||||||
powerpc64 sparc64
|
powerpc64 sparc64
|
||||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||||
.endfor
|
.endfor
|
||||||
|
|
|
@ -34,7 +34,7 @@ OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||||
.if !exists(/usr/sbin/dtrace)
|
.if !exists(/usr/sbin/dtrace)
|
||||||
OPTIONS_EXCLUDE+= DTRACE
|
OPTIONS_EXCLUDE+= DTRACE
|
||||||
.endif
|
.endif
|
||||||
.for a in aarch64 arm armeb armv6 mips mips64 mips64el mipsel mipsn32 powerpc \
|
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
|
||||||
powerpc64 sparc64
|
powerpc64 sparc64
|
||||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||||
.endfor
|
.endfor
|
||||||
|
|
|
@ -32,7 +32,7 @@ OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||||
.if !exists(/usr/sbin/dtrace)
|
.if !exists(/usr/sbin/dtrace)
|
||||||
OPTIONS_EXCLUDE+= DTRACE
|
OPTIONS_EXCLUDE+= DTRACE
|
||||||
.endif
|
.endif
|
||||||
.for a in aarch64 arm armeb armv6 mips mips64 mips64el mipsel mipsn32 powerpc \
|
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
|
||||||
powerpc64 sparc64
|
powerpc64 sparc64
|
||||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||||
.endfor
|
.endfor
|
||||||
|
|
Loading…
Add table
Reference in a new issue