]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
OptionalObsoleteFiles: move /usr/bin/CC to MK_TOOLCHAIN section
authorEd Maste <emaste@FreeBSD.org>
Wed, 1 Dec 2021 21:38:10 +0000 (16:38 -0500)
committerEd Maste <emaste@FreeBSD.org>
Wed, 1 Dec 2021 21:43:44 +0000 (16:43 -0500)
commitf7ea22e2115329b7a4f2c6620e59e644f509a4ca
tree5b729a890023c9ffb429fa5f585b8173c8ac4502
parentd0633af7658fe02bc1af8639ef6dbb0d029c1b65
OptionalObsoleteFiles: move /usr/bin/CC to MK_TOOLCHAIN section

/usr/bin/CC is installed by usr.bin/clang/clang/Makefile, as with
/usr/bin/cc, /usr/bin/cpp, etc., and is not controlled by MK_CXX.
Move it to the same section as those tools.

(It may be that these should all be under
MK_TOOLCHAIN == no || MK_CLANG_IS_CC == no, but that seems like
unnecessary complexity.)

Sponsored by: The FreeBSD Foundation
tools/build/mk/OptionalObsoleteFiles.inc