lang/erlang-runtime22: disable DTRACE on powerpc64 elfv2
Similarly to other erlang ports, disable DTRACE on powerpc64 for elfv2 which head will soon switch to. PR: 242718 Approved by: dch (maintainer)
This commit is contained in:
parent
559a7050dc
commit
6245bed760
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520627
@ -35,7 +35,8 @@ ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//}
|
||||
|
||||
OPTIONS_DEFINE= CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX
|
||||
OPTIONS_DEFAULT=CORBA DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS
|
||||
OPTIONS_EXCLUDE_powerpc64= HIPE
|
||||
OPTIONS_EXCLUDE_powerpc64= HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
|
||||
OPTIONS_EXCLUDE_powerpc64_13= DTRACE
|
||||
|
||||
CORBA_DESC= Enable Corba support
|
||||
DIRTY_DESC= Enable Dirty schedulers
|
||||
|
Loading…
Reference in New Issue
Block a user