freebsd-dev/gnu/usr.bin/binutils
Ed Maste af097a7d50 binutils: build as with BINUTILS || BINUTILS_BOOTSTRAP
Previously we descended into as only if MK_BINUTILS was true, including
during the bootstrap tool phase.  BINUTILS is now disabled by default on
all archs, and we failed to build it during amd64 bootstrap.

Descend into as if either BINUTILS or BINUTILS_BOOTSTRAP is enabled.

This is not quite correct: we should either have the test also depend on
BOOTSTRAPPING, or set BINUTILS to the value of BINUTILS_BOOTSTRAP during
the bootstrap phase.  However, this simple change fixes the build and
has been tested, and binutils will be removed completely in the near
future.
2020-05-30 19:16:33 +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: build as with BINUTILS || BINUTILS_BOOTSTRAP 2020-05-30 19:16:33 +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