diff options
author | John Baldwin <jhb@FreeBSD.org> | 2023-02-13 21:16:24 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2023-02-13 21:16:24 +0000 |
commit | 3dfd18a769dfee663cd3d5e6eba05bfe8c1d0e2e (patch) | |
tree | d06393310929aa82713578021622a3b6166431a5 /tools/build | |
parent | a27902c1838836b3fb00cd660ce37a4f20bd7991 (diff) | |
download | src-3dfd18a769dfee663cd3d5e6eba05bfe8c1d0e2e.tar.gz src-3dfd18a769dfee663cd3d5e6eba05bfe8c1d0e2e.zip |
Remove support for the base/* toolchain ports.
These ports have been removed so these knobs are no longer meaningful.
This reverts commit 608289394f655d0635c71233248b734010fb4d2f.
This reverts commit 39eb07f172921a581ee9b33ca2765905f4235202.
Reviewed by: imp, bapt, emaste
Differential Revision: https://reviews.freebsd.org/D38562
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index a6b9532fa2f8..b0a425aad67d 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -201,12 +201,10 @@ OLD_FILES+=usr/share/man/man8/bhyveload.8.gz OLD_DIRS+=usr/share/examples/bhyve .endif -.if !defined(WITH_PORT_BASE_BINUTILS) .if ${MK_LLD_IS_LD} == no OLD_FILES+=usr/bin/ld OLD_FILES+=usr/share/man/man1/ld.1.gz .endif -.endif .if ${MK_BLACKLIST} == no OLD_FILES+=etc/blacklistd.conf @@ -2113,7 +2111,7 @@ OLD_FILES+=usr/share/man/man8/strfile.8.gz OLD_FILES+=usr/share/man/man8/unstr.8.gz .endif -.if ${MK_LLVM_COV} == no && !defined(WITH_PORT_BASE_GCC) +.if ${MK_LLVM_COV} == no OLD_FILES+=usr/bin/gcov OLD_FILES+=usr/share/man/man1/gcov.1.gz .endif |