mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
perl: Disable DTrace for riscv
Just like other embedded platforms, disable dtrace for riscv builds. Approved by: mat Sponsored by: Axiado
This commit is contained in:
parent
8c9f083bc7
commit
41a662f01a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527157
@ -161,7 +161,7 @@ OPTIONS_EXCLUDE= DTRACE
|
||||
.for a in aarch64 arm armv6 armv7 \
|
||||
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
powerpc powerpc64 powerpcspe \
|
||||
sparc64
|
||||
riscv64 riscv64sf sparc64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -32,7 +32,7 @@ OPTIONS_EXCLUDE+= DTRACE
|
||||
.for a in aarch64 arm armv6 armv7 \
|
||||
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
powerpc powerpc64 powerpcspe \
|
||||
sparc64
|
||||
riscv64 riscv64sf sparc64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
|
@ -32,7 +32,7 @@ OPTIONS_EXCLUDE+= DTRACE
|
||||
.for a in aarch64 arm armv6 armv7 \
|
||||
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
powerpc powerpc64 powerpcspe \
|
||||
sparc64
|
||||
riscv64 riscv64sf sparc64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
|
@ -130,7 +130,7 @@ OPTIONS_EXCLUDE= DTRACE
|
||||
.for a in aarch64 arm armv6 armv7 \
|
||||
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
powerpc powerpc64 powerpcspe \
|
||||
sparc64
|
||||
riscv64 riscv64sf sparc64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user