Disable dtrace on riscv64 for now to unbreak build.
Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing
This commit is contained in:
parent
c5335035d3
commit
00a2cb7b5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556735
2 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,8 @@ OPTIONS_EXCLUDE_armv7= DTRACE
|
|||
# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM
|
||||
OPTIONS_EXCLUDE_mips= DTRACE FPM
|
||||
OPTIONS_EXCLUDE_mips64= DTRACE FPM
|
||||
# dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: RISC-V implementation required
|
||||
OPTIONS_EXCLUDE_riscv64= DTRACE
|
||||
OPTIONS_EXCLUDE_sparc64= DTRACE
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
|
|
@ -47,6 +47,8 @@ OPTIONS_EXCLUDE_armv7= DTRACE
|
|||
# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM
|
||||
OPTIONS_EXCLUDE_mips= DTRACE FPM
|
||||
OPTIONS_EXCLUDE_mips64= DTRACE FPM
|
||||
# dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: RISC-V implementation required
|
||||
OPTIONS_EXCLUDE_riscv64= DTRACE
|
||||
OPTIONS_EXCLUDE_sparc64= DTRACE
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue