git: 1a9aca594ab4 - stable/13 - OptionalObsoleteFiles: remove GCC remnants
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 17:40:38 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=1a9aca594ab42068fd04855281a9da807c5731f9 commit 1a9aca594ab42068fd04855281a9da807c5731f9 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-11-30 18:39:21 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-02-09 17:39:50 +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 (cherry picked from commit 1b9344add475179e4ee6b13f25def6f44799a929) --- 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 c88ad051d940..e337ccae6fce 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1647,8 +1647,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