Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2022 17:40:38 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1a9aca594ab4 - stable/13 - OptionalObsoleteFiles: remove GCC remnants
Message-ID:  <202202091740.219Hecxb041297@gitrepo.freebsd.org>

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



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