mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -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)
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.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
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
|
|
@ -34,7 +34,7 @@ OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
|||
.if !exists(/usr/sbin/dtrace)
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.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
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
|
|
@ -32,7 +32,7 @@ OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
|||
.if !exists(/usr/sbin/dtrace)
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.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
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
|
Loading…
Add table
Reference in a new issue