Disable -mlong-calls for the clang libraries for now, it increases the
size of the clang binary for people with a crt1.o from before r293832.
This commit is contained in:
parent
0591b689c2
commit
9beacb6f22
@ -7,7 +7,8 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
|
|||||||
INTERNALLIB=
|
INTERNALLIB=
|
||||||
|
|
||||||
.if ${MACHINE_CPUARCH} == "arm"
|
.if ${MACHINE_CPUARCH} == "arm"
|
||||||
STATIC_CXXFLAGS+= -mlong-calls
|
# This will need to be enabled to link clang 3.8
|
||||||
|
#STATIC_CXXFLAGS+= -mlong-calls
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user