freebsd-dev/gnu/usr.bin/binutils
Ed Maste 80b7615484 binutils: disconnect objdump from the build
The in-tree binutils is old and will not be updated.  It does not support
all archs supported by FreeBSD, and for the archs it does support not all
CPU features are supported.

Other tools have migrated to copyfree alternatives.  Although llvm-objdump
is nearly a drop-in replacement for GNU objdump it is missing a few options
and has some differences in output format.  For now just remove GNU objdump;
ports and developers can use a contemporary, maintained version from ports
or packages.  We can revisit installing llvm-objdump as objdump in the
future.

PR:		212319 [exp-run]
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D7338
2020-05-06 18:38:40 +00:00
..
as as: add deprecation notice to the man page 2019-08-01 19:01:27 +00:00
doc Add META_MODE support. 2015-06-13 19:20:56 +00:00
libbfd Teach binutils that arm64 is a 64bit architecture. This is needed to cross 2018-07-06 11:50:59 +00:00
libbinutils Disable sbrk() use in GNU tools. 2018-09-21 17:44:05 +00:00
libiberty Disable sbrk() use in GNU tools. 2018-09-21 17:44:05 +00:00
libopcodes Add META_MODE support. 2015-06-13 19:20:56 +00:00
objcopy Apply WITH_PIE changes to other binutils components 2019-03-25 01:18:26 +00:00
objdump objdump: be explicit that GNU objdump that will be removed 2019-08-01 14:42:41 +00:00
Makefile binutils: disconnect objdump from the build 2020-05-06 18:38:40 +00:00
Makefile.inc Add a bunch of new packages, in particular binutils and groff 2015-06-16 22:06:28 +00:00
Makefile.inc0 Rename RELTOP since it will mean something else globally. 2017-10-31 00:07:37 +00:00
update.sh