mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
9beacb6f22
size of the clang binary for people with a crt1.o from before r293832.
15 lines
242 B
Makefile
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>
|