|
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 |
|
| #
dabaad66 |
| 25-Sep-2015 |
Bryan Drewery <[email protected]> |
Fix subdir -j build after r287983 by adding missing dependencies.
Sponsored by: EMC / Isilon Storage Division
|
|
Revision tags: 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 |
|
| #
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, release/5.0.0 |
|
| #
3e17ea40 |
| 05-Dec-2002 |
David E. O'Brien <[email protected]> |
Change the default emulation to elf64_sparc_fbsd. This emulation knows the correct spelling of our rtld.
|
|
Revision tags: release/4.6.2 |
|
| #
eb294035 |
| 29-Mar-2002 |
David E. O'Brien <[email protected]> |
Make it easier to change the native emulation.
Tested on: alpha, i386, sparc64
|
| #
1f853840 |
| 15-Mar-2002 |
David E. O'Brien <[email protected]> |
Uggg!! LD ME HARDER!! Rev 1.2 changed the default emulation from ``elf64_sparc'' to ``elf32_sparc'' and I never noticed it after my review of rev 1.1. Backing the change of the default emulation ou
Uggg!! LD ME HARDER!! Rev 1.2 changed the default emulation from ``elf64_sparc'' to ``elf32_sparc'' and I never noticed it after my review of rev 1.1. Backing the change of the default emulation out, and Wa-la!, I can now build a native [and usable] binutils. WTF, the "-m elf64_sparc" parameter handed to `ld' by `gcc' wasn't DTRT is beyond me.
show more ...
|
| #
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].
|
| #
d07cc88a |
| 03-Apr-2000 |
Steve Price <[email protected]> |
Build and install the elf32_sparc ld(1) scripts and make elf32_sparc the default emulation.
|
| #
5e59c546 |
| 02-Apr-2000 |
Steve Price <[email protected]> |
First cut at the (non-contrib) bits needed to build the binutils distribution for FreeBSD/Sparc64.
Reviewed by: obrien
|