summaryrefslogtreecommitdiffstats
path: root/lib/libclang_rt/Makefile
blob: b082e3828b5aa2e1785d8db4e3cd0e454f6b9273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

.include <src.opts.mk>

.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= asan\
	 asan_cxx\
	 san\
	 ubsan\
	 ubsan_cxx
.endif

.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
    (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
SUBDIR+= profile
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud