mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
13 lines
192 B
Makefile
13 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>
|