freebsd-dev/gnu/usr.bin/binutils/as
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-freebsd s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
i386-freebsd s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
i386-winnt This one might be a bit controversial. 8-) 1999-11-06 22:26:43 +00:00
m68k-freebsd Replace freebsdelf with freebsd in BINDIR. 1999-11-07 05:56:04 +00:00
m68k-netbsdaout gas for m68k targeted to NetBSD's a.out format. Useful for porting or 1999-11-06 22:21:57 +00:00
mips-freebsd Replace freebsdelf with freebsd in BINDIR 1999-11-07 08:07:02 +00:00
powerpc-freebsd Replace freebsdelf with freebsd in BINDIR. 1999-11-07 05:56:04 +00:00
sparc-freebsd s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
Makefile s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
Makefile.inc0 Add the BINUTILSDISTDIR hook here too. 1999-11-06 21:55:33 +00:00