summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-10-31 14:07:00 +0000
committerbrooks <brooks@FreeBSD.org>2013-10-31 14:07:00 +0000
commitc8322d287bbd0b68a2e93cc9c2a070c11fb49560 (patch)
treeeaca9aa49579e8bfdbe9596b94c9ae64010557e2 /share/mk
parent1fe9c90df1d9c0f555cf343210da749b63df14e2 (diff)
downloadFreeBSD-src-c8322d287bbd0b68a2e93cc9c2a070c11fb49560.zip
FreeBSD-src-c8322d287bbd0b68a2e93cc9c2a070c11fb49560.tar.gz
MFC r256915
Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows bootstrapping a copy of clang without building clang for the base system which is useful for nanobsd and similar setups. It's still probably wrong to conflate what is installed as /usr/bin/cc with the selection of a bootstrap compiler under WITH*_CLANG_IS_CC, but that's for another day. Sponsored by: DARPA/AFRL Approved by: re (gjb)
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index a1b6c44..e3cb237 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -554,7 +554,6 @@ MK_GDB:= no
.if ${MK_CLANG} == "no"
MK_CLANG_EXTRAS:= no
MK_CLANG_FULL:= no
-MK_CLANG_IS_CC:= no
.endif
.if ${MK_CLANG_IS_CC} == "no"
OpenPOWER on IntegriCloud