freebsd-dev/gnu/usr.bin/binutils/ld
Marcel Moolenaar ecc4dcbd82 s/MACHINE_ARCH/TARGET_ARCH/g
The target machine is represented by TARGET_ARCH. MACHINE_ARCH always
represents the host machine. When TARGET_ARCH is not defined, it is
assumed to be equal to MACHINE_ARCH. This means that we're building a
native toolset by default. We're creating cross-compilation tools when
MACHINE_ARCH != TARGET_ARCH.

TARGET_ARCH is defined when building binutils as part of the bootstrap
build and is set to reflect the architecture we're currently cross-
building. With this change binutils is ready for cross-building.
1999-12-17 15:50:45 +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
m68k Add support for additional architectures. 1999-11-06 22:52:33 +00:00
mips Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. 1999-03-01 04:01:57 +00:00
powerpc Add support for additional architectures. 1999-11-06 22:52:33 +00:00
sparc Add support for additional architectures. 1999-11-06 22:52:33 +00:00
config.h Update for import of binutils-2.9.1. 1998-09-06 23:01:53 +00:00
genscripts.sh This is a simplified version of the binutils script which better suits 1999-11-06 22:40:15 +00:00
Makefile Add a BINUTILSDISTDIR hook here too. 1999-11-06 22:36:40 +00:00
Makefile.alpha s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
Makefile.i386 s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
Makefile.m68k s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
Makefile.mips Replace freebsdelf with freebsd in most places. 1999-11-07 06:01:35 +00:00
Makefile.powerpc s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
Makefile.sparc s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00