Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2021 18:42:46 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1b9344add475 - main - OptionalObsoleteFiles: remove GCC remnants
Message-ID:  <202111301842.1AUIgkBA027967@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111301842.1AUIgkBA027967>