]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/clang.lib.mk
Improve compatibility of calls to dirname() on constant strings.
[FreeBSD/FreeBSD.git] / lib / clang / clang.lib.mk
1 # $FreeBSD$
2
3 LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
4
5 .include "clang.build.mk"
6
7 INTERNALLIB=
8
9 .if ${MACHINE_CPUARCH} == "arm"
10 STATIC_CXXFLAGS+= -mlong-calls
11 .endif
12
13 .include <bsd.lib.mk>