Lines 36-42
Link Here
|
36 |
|
36 |
|
37 |
OPTIONS_DEFINE= CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX |
37 |
OPTIONS_DEFINE= CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX |
38 |
OPTIONS_DEFAULT=CORBA DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS |
38 |
OPTIONS_DEFAULT=CORBA DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS |
39 |
OPTIONS_EXCLUDE_powerpc64= HIPE |
|
|
40 |
|
39 |
|
41 |
CORBA_DESC= Enable Corba support |
40 |
CORBA_DESC= Enable Corba support |
42 |
DIRTY_DESC= Enable Dirty schedulers |
41 |
DIRTY_DESC= Enable Dirty schedulers |
Lines 58-63
Link Here
|
58 |
OPTIONS_EXCLUDE_armv6= DTRACE |
57 |
OPTIONS_EXCLUDE_armv6= DTRACE |
59 |
OPTIONS_EXCLUDE_armv7= DTRACE |
58 |
OPTIONS_EXCLUDE_armv7= DTRACE |
60 |
OPTIONS_EXCLUDE_i386= DTRACE |
59 |
OPTIONS_EXCLUDE_i386= DTRACE |
|
|
60 |
OPTIONS_EXCLUDE_powerpc64= HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} |
61 |
OPTIONS_EXCLUDE_powerpc64_13= DTRACE |
61 |
|
62 |
|
62 |
# If you run Erlang and get a message resembling "WARNING: number of |
63 |
# If you run Erlang and get a message resembling "WARNING: number of |
63 |
# probes fixed does not match the number of defined probes (54 != 132, |
64 |
# probes fixed does not match the number of defined probes (54 != 132, |