mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Disable dtrace usdt on armvX. It causes link failures.
Regression-tested on amd64. PR: 224271 Submitted by: mikael.urankar Approved by: kwm (maintainer timeout)
This commit is contained in:
parent
b169d18212
commit
fb5279299d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465519
@ -29,6 +29,11 @@ CONFIGURE_ARGS= --with-pthreads \
|
||||
OPTIONS_DEFINE= DEBUG DTRACE GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \
|
||||
THREADSAFE TRACEJIT UTF8
|
||||
OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT
|
||||
# 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
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= debug debug-symbols
|
||||
|
@ -31,6 +31,11 @@ CONFIGURE_ARGS= --with-pthreads \
|
||||
OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \
|
||||
THREADSAFE TRACEJIT UTF8 DTRACE
|
||||
OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT
|
||||
# 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
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= debug debug-symbols
|
||||
|
@ -33,6 +33,11 @@ CONFIGURE_ARGS= --with-pthreads \
|
||||
OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \
|
||||
THREADSAFE TRACEJIT UTF8 DTRACE
|
||||
OPTIONS_DEFAULT=METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT
|
||||
# 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
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= debug debug-symbols
|
||||
|
Loading…
Reference in New Issue
Block a user