|
Lines 14-20
Link Here
|
| 14 |
LICENSE= GPLv3 GPLv3RLE |
14 |
LICENSE= GPLv3 GPLv3RLE |
| 15 |
LICENSE_COMB= multi |
15 |
LICENSE_COMB= multi |
| 16 |
|
16 |
|
| 17 |
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 |
17 |
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 sparc64 |
| 18 |
BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile |
18 |
BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile |
| 19 |
|
19 |
|
| 20 |
LIB_DEPENDS= libgmp.so:math/gmp \ |
20 |
LIB_DEPENDS= libgmp.so:math/gmp \ |
|
Lines 73-79
Link Here
|
| 73 |
USE_GCC= 5 # Cannot require ourselves, needs to be at least 4.9. |
73 |
USE_GCC= 5 # Cannot require ourselves, needs to be at least 4.9. |
| 74 |
.endif |
74 |
.endif |
| 75 |
|
75 |
|
| 76 |
.if ${ARCH} == aarch64 || ${ARCH} == armv6 |
76 |
.if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7 |
| 77 |
. if ${COMPILER_TYPE} == clang |
77 |
. if ${COMPILER_TYPE} == clang |
| 78 |
. if empty(PORT_OPTIONS:MBOOTSTRAP) |
78 |
. if empty(PORT_OPTIONS:MBOOTSTRAP) |
| 79 |
MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 |
79 |
MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 |