mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Disable dtrace on arm for now; fails to link.
PR: 224271 Submitted by: mikael.urankar Approved by: maintainer
This commit is contained in:
parent
272c5c4995
commit
38add9b79e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465349
@ -36,6 +36,12 @@ OPTIONS_DEFINE= BASH DOCS DTRACE JSON PIE PROPRIETARY READLINE SNMP XML ZSH
|
||||
OPTIONS_DEFAULT= BASH JSON PROPRIETARY SNMP XML ZSH
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
|
||||
OPTIONS_EXCLUDE_aarch64= DTRACE
|
||||
# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented
|
||||
OPTIONS_EXCLUDE_armv6= DTRACE
|
||||
OPTIONS_EXCLUDE_armv7= DTRACE
|
||||
|
||||
DTRACE_DESC= DTrace support
|
||||
JSON_DESC= JSON output support
|
||||
PIE_DESC= Build PIE (position independant executables)
|
||||
|
Loading…
Reference in New Issue
Block a user