1
0
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:
Kristof Provost 2020-02-26 09:09:58 +00:00
parent 8c9f083bc7
commit 41a662f01a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527157
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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