freebsd-skq/gnu/usr.bin/binutils
imp 4697c1d0cc Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.
Unlike the unisex architecutres we've had so far, mips is bisexual.
These tools can produce either byte sex, and the compiler/make
determines the proper gender to use.  Otherwise, we'd have to have had
mipsel and mipseb in all the places that we have just mips.  And there
are other complications with doing that (binutils doesn't like to
build mips tools without both byte genders, it seems).

Introduced BINUTIL_ARCH so that other bisexual architectures can a
generic mechanism.

We cannot just define MACHINE_ARCH as mips because we need to
differentiate big and little endian types of binaries.  Discussions on
freebsd-arch have hashed out this issue (and the parallel libc
issues).  NetBSD is moving towards mipsel and mipseb for their two
flavors of mips ports (in time for 1.4, if this change hasn't already
been accomplished).

I've been building i386 worlds with this tree for a three months with
these files in place with no ill effects.
1999-03-01 04:01:57 +00:00
..
addr2line
ar
as Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. 1999-03-01 04:01:57 +00:00
c++filt
doc Don't build the info pages for the old assembler. Instead, build 1998-10-03 03:59:47 +00:00
gdb Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit. 1998-10-15 14:15:09 +00:00
gdbreplay
gdbserver
ld Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. 1999-03-01 04:01:57 +00:00
libbfd Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. 1999-03-01 04:01:57 +00:00
libbinutils Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. 1999-03-01 04:01:57 +00:00
libiberty
libopcodes Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. 1999-03-01 04:01:57 +00:00
nm
objcopy
objdump
ranlib
size
strings
strip Ignore return value for strip. Avoids make world going pop 1999-01-08 10:33:12 +00:00
Makefile Don't build the info pages for the old assembler. Instead, build 1998-10-03 03:59:47 +00:00
Makefile.inc Install binutils tools in /usr/libexec/elf like on i386 so that objformat 1998-08-18 06:51:08 +00:00
Makefile.inc0 Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. 1999-03-01 04:01:57 +00:00
update.sh