git: 1b9344add475 - main - OptionalObsoleteFiles: remove GCC remnants
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Nov 2021 18:42:46 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=1b9344add475179e4ee6b13f25def6f44799a929
commit 1b9344add475179e4ee6b13f25def6f44799a929
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-11-30 18:39:21 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-11-30 18:41:41 +0000
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
---
tools/build/mk/OptionalObsoleteFiles.inc | 2 --
1 file changed, 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