freebsd-dev/gnu/usr.bin/binutils/ld
Warner Losh f1b48216be TARGET was being defined wrong, causing ld to always fail. It is the
name of the bfd target, not the gnu-standard target name.  Corrected
to be elf32-{big,little}mips from mipse[bl]-unknown-freebsd.

DEFAULT_EMULATION was bogusly defined, causing ld to always fail (this
was masked by the TARGET bogosity).  Define correctly as elf32bmip and
elf32lmip.  Mips doesn't follow the same conventions as i386 and alpha
do in this area.

ld now appears to work correctly for the uncommitted mips changes to
egcs.
1999-04-21 07:46:06 +00:00
..
alpha Restructure the binutils hierarchy somewhat in order to better 1998-03-12 02:55:43 +00:00
i386 Restructure the binutils hierarchy somewhat in order to better 1998-03-12 02:55:43 +00:00
mips Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. 1999-03-01 04:01:57 +00:00
config.h Update for import of binutils-2.9.1. 1998-09-06 23:01:53 +00:00
Makefile Don't use beforedepend; just put generated headers in SRCS. ldgram.h 1998-06-04 06:26:23 +00:00
Makefile.alpha Removed superfluous beforedepends. Their files were already in SRCS. 1998-06-04 06:38:17 +00:00
Makefile.i386 Removed superfluous beforedepends. Their files were already in SRCS. 1998-06-04 06:38:17 +00:00
Makefile.mips TARGET was being defined wrong, causing ld to always fail. It is the 1999-04-21 07:46:06 +00:00