aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-11-30 18:39:21 +0000
committerEd Maste <emaste@FreeBSD.org>2021-11-30 18:41:41 +0000
commit1b9344add475179e4ee6b13f25def6f44799a929 (patch)
treebd0e0b35f77031a5bf26583411c96aae54baee83
parent943c446629e33739d3f72795069a5c944e8f329e (diff)
downloadsrc-1b9344add475179e4ee6b13f25def6f44799a929.tar.gz
src-1b9344add475179e4ee6b13f25def6f44799a929.zip
OptionalObsoleteFiles: remove GCC remnants
g++ and cc1plus were GCC components that are already removed unconditionally in ObsoleteFiles.inc. Reported by: jhb (in review D33108) Fixes: 57f804675e65 ("remove GCC 4.2.1 build infrastructure") Sponsored by: The FreeBSD Foundation
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index f09029ef9b7c..155c4fc82db6 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1644,8 +1644,6 @@ OLD_DIRS+=usr/include/fs/cuse
.if ${MK_CXX} == no
OLD_FILES+=usr/bin/CC
OLD_FILES+=usr/bin/c++
-OLD_FILES+=usr/bin/g++
-OLD_FILES+=usr/libexec/cc1plus
.endif
.if ${MK_DEBUG_FILES} == no