freebsd-dev/gnu/usr.bin/binutils/libbfd
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 Make binutils for Alpha work on i386 machine, by properly defining 1999-11-12 16:53:58 +00:00
i386 Fix GDB so that it can handle ELF core dumps. 1998-09-14 22:49:02 +00:00
m68k Add support for additional architectures. 1999-11-06 21:38:41 +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 21:38:41 +00:00
rs6000 Add support for additional architectures. 1999-11-06 21:38:41 +00:00
sparc Add support for additional architectures. 1999-11-06 21:38:41 +00:00
Makefile Add a BINUTILSDISTDIR hook to provide a path to a full binutils release 1999-11-06 21:04:46 +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 $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
Makefile.powerpc s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
Makefile.rs6000 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