summaryrefslogtreecommitdiff
path: root/lib/libclang_rt
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-11-07 04:55:23 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-11-07 04:55:23 +0000
commita2a142486aa3e4152eeff2cc2c9142fd56955fcf (patch)
treef4824db91d8178c65fb5cffdc91365aa76b4a99d /lib/libclang_rt
parentabec47242a7aa096d35333a29a41c1bffe4e67be (diff)
downloadsrc-test2-a2a142486aa3e4152eeff2cc2c9142fd56955fcf.tar.gz
src-test2-a2a142486aa3e4152eeff2cc2c9142fd56955fcf.zip
Use bsd.compiler.mk instead of src.opts.mk
- MK_PROFILE is controlled in bsd.opts.mk, which is pulled in via bsd.own.mk, which is pulled in via bsd.init.mk . All upstream Makefiles which build off of this one use bsd.init.mk. - COMPILER_{TYPE,VERSION} is set via bsd.compiler.mk . This reduces the namespace pollution/complexity somewhat. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=325500
Diffstat (limited to 'lib/libclang_rt')
-rw-r--r--lib/libclang_rt/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libclang_rt/Makefile.inc b/lib/libclang_rt/Makefile.inc
index 9d6f91781bb7..3eb7fac66ff7 100644
--- a/lib/libclang_rt/Makefile.inc
+++ b/lib/libclang_rt/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include <src.opts.mk>
+.include <bsd.compiler.mk>
.if ${MACHINE} == "arm"
.if ${MACHINE_ARCH:Marmv[67]*} != "" && ${CPUTYPE:M*soft*} == ""