|
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 |
|
| #
6bac4c3e |
| 19-Nov-2011 |
Andreas Tobler <[email protected]> |
Rename the linker emulation name for powerpc and powerc64. This is needed that we can also use the upstream binutils linker where we have to have a unique name for the FreeBSD emulation.
|
| #
a54f161a |
| 21-Mar-2011 |
Marcel Moolenaar <[email protected]> |
Fix typo: s/LIBSERACHPATH/LIBSEARCHPATH/g
|
|
Revision tags: 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, 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 ...
|
| #
e223c68b |
| 16-Jun-2004 |
David E. O'Brien <[email protected]> |
Updated Bmake framework for Binutils 2.15.
|
|
Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0 |
|
| #
9d6f37e4 |
| 19-Aug-2003 |
David E. O'Brien <[email protected]> |
Properly quote the lib path.
|
| #
21df0f6f |
| 17-Aug-2003 |
David E. O'Brien <[email protected]> |
Stage 3 of dynamic root support, con't. 'ld' should also search /lib for dynamic libraries.
|
|
Revision tags: release/5.1.0, release/4.8.0 |
|
| #
61de3d8d |
| 21-Jan-2003 |
David E. O'Brien <[email protected]> |
The PowerPC-specfic scripttempl file was depreciated in favor of the generic ELF one.
|
|
Revision tags: release/5.0.0, release/4.6.2 |
|
| #
e3dd58cc |
| 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.
|
| #
eb294035 |
| 29-Mar-2002 |
David E. O'Brien <[email protected]> |
Make it easier to change the native emulation.
Tested on: alpha, i386, sparc64
|
| #
87120eee |
| 13-Mar-2002 |
David E. O'Brien <[email protected]> |
Support linking with -z combreloc (combine and sort reloc sections) and with --shared -z combreloc (shared library, combine & sort relocs)
Submitted by: peter Bribed by: peter Fixes: IA-64, Kaff
Support linking with -z combreloc (combine and sort reloc sections) and with --shared -z combreloc (shared library, combine & sort relocs)
Submitted by: peter Bribed by: peter Fixes: IA-64, Kaffe, and QT Doesn't fix ports by: kris Tested on: make(1) release w/docproj Desired for: 5.0-DP#1 Approved by: murray Seconded by: jhb
show more ...
|
| #
25a59bcf |
| 07-Feb-2002 |
David E. O'Brien <[email protected]> |
Set the SCRIPTDIR to be rooted at TOOLS_PREFIX rather than DESTDIR. (the two may be different (ie, build vs. runtime)) Allow ldscript's SEARCH_DIR do be rooted somewhere other than `/'. (in this case
Set the SCRIPTDIR to be rooted at TOOLS_PREFIX rather than DESTDIR. (the two may be different (ie, build vs. runtime)) Allow ldscript's SEARCH_DIR do be rooted somewhere other than `/'. (in this case at TOOLS_PREFIX)
These changes are most helpful during `make buildworld' so that the shared libs built in the middle of `make buildworld' are used vs. the ones in /usr/lib on the build machine.
Submitted by: ru
show more ...
|
| #
b3119f80 |
| 14-Oct-2001 |
David E. O'Brien <[email protected]> |
You know the last revision will work better if the TARGET_TUPLE is set conditionally....
|
| #
4ac91616 |
| 14-Oct-2001 |
David E. O'Brien <[email protected]> |
Allow easier override of the configure tuple, in case you wanted to build as "powerpc-obrien-freebsd" rahter than "powerpc-unknown-freebsd" for example.
|
| #
4ab605cf |
| 14-Oct-2001 |
David E. O'Brien <[email protected]> |
Clean up the formatting.
|
|
Revision tags: release/4.3.0 |
|
| #
5ce16708 |
| 25-Nov-2000 |
David E. O'Brien <[email protected]> |
`stringify.sed' has been replaced by `astring.sed' [on ANSI-C systems].
|
| #
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 ...
|
| #
4ed1406b |
| 07-Nov-1999 |
John Birrell <[email protected]> |
Replace freebsdelf with freebsd in most places.
Requested by: obrien
|
| #
4fecd2e2 |
| 06-Nov-1999 |
John Birrell <[email protected]> |
Add support for additional architectures.
|