aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/ld/Makefile.i386
Commit message (Collapse)AuthorAgeFilesLines
* Now that there are no remaining users of ld.bfd, remove the ld subdir.Brandon Bergren2020-03-271-12/+0
| | | | Notes: svn path=/head/; revision=359349
* Fix typo: s/LIBSERACHPATH/LIBSEARCHPATH/gMarcel Moolenaar2011-03-211-1/+1
| | | | Notes: svn path=/head/; revision=219811
* Be consistent in quoting.David E. O'Brien2006-07-221-1/+1
| | | | Notes: svn path=/head/; revision=160578
* MAJOR cleanup of the Bmake framework.David E. O'Brien2004-07-081-36/+6
| | | | | | | | | | | | 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). Notes: svn path=/head/; revision=131832
* Updated Bmake framework for Binutils 2.15.David E. O'Brien2004-06-161-7/+7
| | | | Notes: svn path=/head/; revision=130575
* Properly quote the lib path.David E. O'Brien2003-08-191-1/+1
| | | | Notes: svn path=/head/; revision=119136
* Stage 3 of dynamic root support, con't.David E. O'Brien2003-08-171-1/+1
| | | | | | | 'ld' should also search /lib for dynamic libraries. Notes: svn path=/head/; revision=119051
* Switch over to the new FreeBSD emulation and bfd vecDavid E. O'Brien2002-10-111-1/+1
| | | | Notes: svn path=/head/; revision=104875
* Make it easier to change the native emulation.David E. O'Brien2002-03-291-9/+10
| | | | | | | Tested on: alpha, i386, sparc64 Notes: svn path=/head/; revision=93361
* Support linking with -z combreloc (combine and sort reloc sections) and withDavid E. O'Brien2002-03-131-1/+1
| | | | | | | | | | | | | | | | --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 Notes: svn path=/head/; revision=92237
* Set the SCRIPTDIR to be rooted at TOOLS_PREFIX rather than DESTDIR.David E. O'Brien2002-02-071-1/+1
| | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=90330
* You know the last revision will work better if the TARGET_TUPLE is setDavid E. O'Brien2001-10-141-1/+1
| | | | | | | conditionally.... Notes: svn path=/head/; revision=84914
* Allow easier override of the configure tuple, in case you wanted to buildDavid E. O'Brien2001-10-141-7/+9
| | | | | | | as "powerpc-obrien-freebsd" rahter than "powerpc-unknown-freebsd" for example. Notes: svn path=/head/; revision=84913
* Clean up the formatting.David E. O'Brien2001-10-141-13/+11
| | | | Notes: svn path=/head/; revision=84910
* Our OS name is "freebsd", not "freebsdelf"David E. O'Brien2001-02-211-4/+4
| | | | Notes: svn path=/head/; revision=72798
* `stringify.sed' has been replaced by `astring.sed' [on ANSI-C systems].David E. O'Brien2000-11-251-1/+1
| | | | Notes: svn path=/head/; revision=69164
* Pull the switch and activate our Binutils to a snapshot of the up andDavid E. O'Brien2000-05-221-1/+1
| | | | | | | comming 2.10 release. Notes: svn path=/head/; revision=60777
* s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar1999-12-171-1/+1
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=54748
* Replace freebsdelf with freebsd in most places.John Birrell1999-11-071-1/+1
| | | | | | | Requested by: obrien Notes: svn path=/head/; revision=52957
* Use the simplified genscripts.sh and set the cross-compiled libraryJohn Birrell1999-11-061-2/+22
| | | | | | | | | | | | | | directory to /usr/cross/${MACHINE_ARCH}-freebsdelf/usr/lib so that the cross tools behave the same way that the host versions do. When building cross tools, Cygnus doesn't set the default library directory. This doesn't suit FreeBSD IMHO. Add WinNT emulation support too. You only get this if you've set BINUTILSDISTDIR because the contrib/binutils repository doesn't contain the required sources. Notes: svn path=/head/; revision=52941
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Removed superfluous beforedepends. Their files were already in SRCS.Bruce Evans1998-06-041-3/+1
| | | | Notes: svn path=/head/; revision=36627
* Add cross-architecture support.John Birrell1998-05-041-7/+9
| | | | Notes: svn path=/head/; revision=35716
* Give up on a.out support in binutils. It has too many problems toJohn Polstra1998-03-301-14/+6
| | | | | | | | | | be worth much effort. Install all i386 binutils programs in "/usr/libexec/elf". Disable a.out support in libbfd. It's too dangerous to leave it in. Some of the utilities think they can handle a.out, but they generate bad object files. Notes: svn path=/head/; revision=34955
* Restructure the binutils hierarchy somewhat in order to betterJohn Polstra1998-03-121-0/+29
support building it for variant architectures. It was already becoming clear that the former structure was too rigid and didn't scale well. The usual sort of makefile magic arranges to .include an architecture specific makefile "Makefile.${MACHINE_ARCH}" in each directory where it exists. Also, sources will be found in each subdirectory "${MACHINE_ARCH}" that exists. This is all taken care of automatically by the top level "Makefile.inc0". This all seems to work right for the i386 now. I have also converted those alpha pieces already present to the new schema as best I could. Also: change the BINDIR on the i386 to /usr/libexec/elf for "ar" and "ranlib". They are not object format independent enough to put into /usr/bin. Notes: svn path=/head/; revision=34495