summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-08-13 22:04:30 +0000
committerantoine <antoine@FreeBSD.org>2015-08-13 22:04:30 +0000
commit9c5a0c6fff61d9c90d38a0938fc708ce7996741b (patch)
tree7688eef8248322f2d57f699275c068881b89906a /tools
parentfd2e5cc528aad6915218a5179920c417a5f4a7e4 (diff)
downloadFreeBSD-src-9c5a0c6fff61d9c90d38a0938fc708ce7996741b.zip
FreeBSD-src-9c5a0c6fff61d9c90d38a0938fc708ce7996741b.tar.gz
Stop removing ELF toolchain tools
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 249a1a5..9397e38 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -7506,7 +7506,7 @@ OLD_FILES+=usr/share/man/man1/colcrt.1.gz
OLD_FILES+=usr/share/man/man1/ul.1.gz
.endif
-#.if ${MK_TOOLCHAIN} == no
+.if ${MK_TOOLCHAIN} == no
OLD_FILES+=usr/bin/addr2line
OLD_FILES+=usr/bin/c++filt
OLD_FILES+=usr/bin/nm
@@ -7521,7 +7521,7 @@ OLD_FILES+=usr/share/man/man1/readelf.1.gz
OLD_FILES+=usr/share/man/man1/size.1.gz
OLD_FILES+=usr/share/man/man1/strings.1.gz
OLD_FILES+=usr/share/man/man1/strip.1.gz
-#.endif
+.endif
.if ${MK_TOOLCHAIN} == no || ${MK_ELFCOPY_AS_OBJCOPY} != no
OLD_FILES+=usr/bin/elfcopy
OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
OpenPOWER on IntegriCloud