Undo r294499 for now (which disabled -mlong-calls), so arm builds can

succeed again.
This commit is contained in:
Dimitry Andric 2016-01-23 14:17:21 +00:00
parent 8c24ff90c4
commit 30d1696c64

View File

@ -7,8 +7,7 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
INTERNALLIB=
.if ${MACHINE_CPUARCH} == "arm"
# This will need to be enabled to link clang 3.8
#STATIC_CXXFLAGS+= -mlong-calls
STATIC_CXXFLAGS+= -mlong-calls
.endif
.include <bsd.lib.mk>