aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-10-03 17:49:26 +0000
committerEd Maste <emaste@FreeBSD.org>2016-10-03 17:49:26 +0000
commit9ce3c6b09ae16fb3275fdc5645a7091a429301d8 (patch)
tree61cfb568ed46c61a42468b4e860eb4434c7842c7 /gnu/usr.bin/binutils/Makefile
parentb31f85961dac81b4c18d78d196e04aea91a90036 (diff)
downloadsrc-9ce3c6b09ae16fb3275fdc5645a7091a429301d8.tar.gz
src-9ce3c6b09ae16fb3275fdc5645a7091a429301d8.zip
Retire WITHOUT_ELFCOPY_AS_OBJCOPY option
In FreeBSD 11 ELF Tool Chain's elfcopy is installed as objcopy by default, with the option to switch back to GNU objcopy by setting WITHOUT_ELFCOPY_AS_OBJCOPY in make.conf. We plan to remove the outdated in-tree binutils in FreeBSD 12, so remove the temporary transition aid. Reviewed by: brooks, imp Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7337
Notes
Notes: svn path=/head/; revision=306649
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile')
-rw-r--r--gnu/usr.bin/binutils/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index b2a35068f50b..c05a5af2374d 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -9,17 +9,12 @@ SUBDIR= doc\
libbinutils \
as \
ld \
- ${_objcopy} \
- objdump \
+ objdump
-.if ${MK_ELFCOPY_AS_OBJCOPY} == "no"
-_objcopy= objcopy
-.endif
SUBDIR_DEPEND_libbinutils=libbfd # for bfdver.h
SUBDIR_DEPEND_as=libbfd libiberty libopcodes
SUBDIR_DEPEND_ld=libbfd libiberty
-SUBDIR_DEPEND_objcopy=libbfd libiberty libbinutils
SUBDIR_DEPEND_objdump=libbfd libiberty libbinutils libopcodes
.if !make(install)