summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-08-13 17:50:47 +0000
committeremaste <emaste@FreeBSD.org>2015-08-13 17:50:47 +0000
commit828e784833d16a653f82848a22e1da61a4bc6b5f (patch)
tree553e43b7022ace7cc459cdf9ed42281d086839e7 /gnu
parent66c7996fa8bd2e7886c276cf78431847bdfa70b4 (diff)
downloadFreeBSD-src-828e784833d16a653f82848a22e1da61a4bc6b5f.zip
FreeBSD-src-828e784833d16a653f82848a22e1da61a4bc6b5f.tar.gz
Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAIN
The option was added only to ease the transition from GNU Binutils to ELF Tool Chain tools, and that process is now complete (for the viable replacements). Noting the removal in UPDATING is sufficient as we have not shipped a release with the option. Reviewed by: brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3240
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index d8ebdb1..cf5086a 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -12,7 +12,7 @@ SUBDIR= doc\
${_objcopy} \
objdump \
-.if ${MK_ELFTOOLCHAIN_TOOLS} == "no" || ${MK_ELFCOPY_AS_OBJCOPY} == "no"
+.if ${MK_ELFCOPY_AS_OBJCOPY} == "no"
_objcopy= objcopy
.endif
OpenPOWER on IntegriCloud