|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0 |
|
| #
711feca6 |
| 24-Aug-2006 |
Marcel Moolenaar <[email protected]> |
Add rs6000 to the architectures on PowerPC. It's needed by gdb(1).
|
|
Revision tags: release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0 |
|
| #
7d0fc2f4 |
| 08-Jul-2004 |
David E. O'Brien <[email protected]> |
MAJOR cleanup of the Bmake framework. This includes removing all vestiges of the old not-really supported ability to build cross tools targeting non-FreeBSD systems, such as m68k Lynx and NetBSD. Mo
MAJOR cleanup of the Bmake framework. This includes removing all vestiges of the old not-really supported ability to build cross tools targeting non-FreeBSD systems, such as m68k Lynx and NetBSD. Move as much duplicated code from platform Makefiles into the shared Makefiles. Add a simple mechanism for specifying ELF 'ldscripts'. Also share as many .h files as possible (now a single bfd.h vs. one per platform).
show more ...
|
| #
5b728dfd |
| 19-Jun-2004 |
Marcel Moolenaar <[email protected]> |
Move the elf32-target.h and elf64-target.h targets from the MD makefiles to the centralized makefile. This not only reduces duplication, it also makes the MD quirks stand out better and thus improves
Move the elf32-target.h and elf64-target.h targets from the MD makefiles to the centralized makefile. This not only reduces duplication, it also makes the MD quirks stand out better and thus improves maintenance.
show more ...
|
|
Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0 |
|
| #
176b5bb7 |
| 02-Dec-2002 |
David E. O'Brien <[email protected]> |
Cleaner support of a DEFAULT_VECTOR.
|
| #
bf12a49e |
| 02-Dec-2002 |
David E. O'Brien <[email protected]> |
Handle the "HAVE_" defines via the VECS list.
|
|
Revision tags: release/4.6.2 |
|
| #
d4dfcdb5 |
| 17-May-2002 |
David E. O'Brien <[email protected]> |
Update to Binutils 2.12.0 and stick to the native emulation for now. This lets us get on the with the task at hand -- porting FreeBSD. We can get fancy later on.
|
| #
bbd7c7f0 |
| 14-Oct-2001 |
David E. O'Brien <[email protected]> |
Clean up the formatting.
|
|
Revision tags: release/4.3.0 |
|
| #
ecc4dcbd |
| 17-Dec-1999 |
Marcel Moolenaar <[email protected]> |
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_
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.
show more ...
|
| #
01552010 |
| 06-Nov-1999 |
John Birrell <[email protected]> |
Add support for additional architectures.
|