freebsd-dev/lib/clang/clang.lib.mk
Andrew Turner 9beacb6f22 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.
2016-01-21 12:59:54 +00:00

15 lines
242 B
Makefile

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