1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/gnu/usr.bin/binutils
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
..
addr2line $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
ar $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
as s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
doc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
gasp s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
gdb $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
gdbreplay $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
gdbserver $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
ld s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
libbfd s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
libbinutils s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
libiberty $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
libopcodes Add a BINUTILSDISTDIR hook to provide a path to a full binutils release 1999-11-06 21:04:46 +00:00
nm $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
objcopy $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
objdump $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
ranlib $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
size $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
strings $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
strip $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
Makefile Don't make gdb, objc and f77 when building tools. 1999-12-09 16:40:27 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
Makefile.inc0 s/MACHINE_ARCH/TARGET_ARCH/g 1999-12-17 15:50:45 +00:00
update.sh Change script to get the machine type from `uname -m' and make 1998-03-12 04:54:42 +00:00