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: 57f804675e
("remove GCC 4.2.1 build infrastructure")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
943c446629
commit
1b9344add4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user