freebsd-nq/gnu/usr.bin/binutils
Juli Mallett 84db023ec1 Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.
This makes our naming scheme more closely match other systems and the
expectations of much third-party software.  MIPS builds which are little-endian
should require and exhibit no changes.  Big-endian TARGET_ARCHes must be
changed:
	From:		To:
	mipseb		mips
	mipsn32eb	mipsn32
	mips64eb	mips64

An entry has been added to UPDATING and some foot-shooting protection (complete
with warnings which should become errors in the near future) to the top-level
base system Makefile.
2012-03-29 02:54:35 +00:00
..
addr2line Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
ar Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
as Make default ABI for as(1) to be the same as target platform. 2012-03-23 19:37:45 +00:00
doc Merge binutils 2.17.50 to head. This brings a number of improvements to 2011-02-18 20:54:12 +00:00
ld Rename the linker emulation name for powerpc and powerc64. This is needed that 2011-11-19 19:25:57 +00:00
libbfd Merge binutils 2.17.50 to head. This brings a number of improvements to 2011-02-18 20:54:12 +00:00
libbinutils Define YY_NO_INPUT when building libbinutils, to prevent warnings about 2011-12-16 22:19:13 +00:00
libiberty Update Makefile and config.h for libiberty. 2010-11-01 19:40:22 +00:00
libopcodes Sync: merge r215319 through r215395 from ^/head, so ports can actually 2010-11-16 10:33:41 +00:00
nm Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
objcopy - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
objdump Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
ranlib Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
readelf Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
size Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
strings Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
strip - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
Makefile
Makefile.inc Remove another reference to alpha... 2010-02-03 02:39:08 +00:00
Makefile.inc0 Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00
update.sh