da6ebcec56
linking. These are too large for a branch instruction to branch from an earlier point in the code to somewhere later. This will also allow these to be build with Thumb-2 when we get this infrastructure. Reviewed by: dim Differential Revision: https://reviews.freebsd.org/D4855
14 lines
192 B
Makefile
14 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
|
|
|
|
.include "clang.build.mk"
|
|
|
|
INTERNALLIB=
|
|
|
|
.if ${MACHINE_CPUARCH} == "arm"
|
|
STATIC_CXXFLAGS+= -mlong-calls
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|