|
Lines 23-28
USE_LDCONFIG= yes
Link Here
|
| 23 |
|
23 |
|
| 24 |
OPTIONS_DEFINE= DEBUG POSTPROC RUNTIME THREADS SHARED |
24 |
OPTIONS_DEFINE= DEBUG POSTPROC RUNTIME THREADS SHARED |
| 25 |
OPTIONS_DEFAULT= POSTPROC RUNTIME THREADS SHARED |
25 |
OPTIONS_DEFAULT= POSTPROC RUNTIME THREADS SHARED |
|
|
26 |
OPTIONS_EXCLUDE_armv6= RUNTIME |
| 26 |
POSTPROC_DESC= Enable postprocessing |
27 |
POSTPROC_DESC= Enable postprocessing |
| 27 |
RUNTIME_DESC= Enable runtime CPU detection |
28 |
RUNTIME_DESC= Enable runtime CPU detection |
| 28 |
SHARED_DESC= Enable shared-library support |
29 |
SHARED_DESC= Enable shared-library support |
|
Lines 74-79
CONFIGURE_ARGS+= --target=ia64-linux-gcc
Link Here
|
| 74 |
CONFIGURE_ARGS+= --target=ppc32-linux-gcc |
75 |
CONFIGURE_ARGS+= --target=ppc32-linux-gcc |
| 75 |
.elif ${ARCH} == "powerpc64" |
76 |
.elif ${ARCH} == "powerpc64" |
| 76 |
CONFIGURE_ARGS+= --target=ppc64-linux-gcc |
77 |
CONFIGURE_ARGS+= --target=ppc64-linux-gcc |
|
|
78 |
.elif ${ARCH} == "armv6" |
| 79 |
CONFIGURE_ARGS+= --target=armv6-linux-gcc --cpu=armv6 |
| 80 |
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-build_make_Makefile |
| 77 |
.else |
81 |
.else |
| 78 |
IGNORE= no support for ${ARCH} the moment. testing/patches are welcome |
82 |
IGNORE= no support for ${ARCH} the moment. testing/patches are welcome |
| 79 |
.endif |
83 |
.endif |