From c8322d287bbd0b68a2e93cc9c2a070c11fb49560 Mon Sep 17 00:00:00 2001 From: brooks Date: Thu, 31 Oct 2013 14:07:00 +0000 Subject: 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) --- share/mk/bsd.own.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'share/mk') 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" -- cgit v1.1