aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/Makefile.inc0
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
| | | | | | 'RELENG_5_3_0_RELEASE'. This commit was manufactured to restore the state of the 5.3-RELEASE image.
* MAJOR cleanup of the Bmake framework.David E. O'Brien2004-07-081-1/+1
| | | | | | | | | | | | 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-3/+8
| | | | Notes: svn path=/head/; revision=130575
* Back out attempt to bypass contrib's getopt.h on the way,Andrey A. Chernov2004-03-051-2/+0
| | | | | | | | it makes cross-build fail. Prefer invisible incorrect -current build to visible failure. Notes: svn path=/head/; revision=126658
* Add -I${DESTDIR}/usr/include before -I${SRCDIR}/include to pick rightAndrey A. Chernov2004-03-041-0/+2
| | | | | | | getopt.h (as workaround until it will be removed from contrib) Notes: svn path=/head/; revision=126616
* style.Makefile(5):Johan Karlsson2004-02-241-5/+0
| | | | | | | | | | | | | | Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe Notes: svn path=/head/; revision=126197
* Update for the 2.13.2 2002-11-27 snapshot import.David E. O'Brien2002-12-021-2/+2
| | | | Notes: svn path=/head/; revision=107501
* Yesterday was the 10th month of the year, not the 11st.David E. O'Brien2002-10-111-2/+2
| | | | Notes: svn path=/head/; revision=104861
* Update for 2.13 10-Oct-2002 import - Identify the version correctlyDavid E. O'Brien2002-10-111-2/+4
| | | | Notes: svn path=/head/; revision=104851
* There is need to have a special BINUTIL_ARCH when we can use our moreDavid E. O'Brien2002-09-221-7/+6
| | | | | | | common place TARGET_ARCH. Notes: svn path=/head/; revision=103780
* Update for 2.12.1 20-July-2002 import.David E. O'Brien2002-08-311-2/+2
| | | | Notes: svn path=/head/; revision=102737
* Updated to a 10-April-2002 2.12 branch snapshot.David E. O'Brien2002-04-121-2/+2
| | | | | | | This fixes serious problems in ld's symbol handling. Notes: svn path=/head/; revision=94549
* Update to Binutils 2.12.0 release.David E. O'Brien2002-03-201-2/+2
| | | | Notes: svn path=/head/; revision=92840
* Tune WARNS for Alpha.David E. O'Brien2002-03-141-1/+3
| | | | Notes: svn path=/head/; revision=92257
* Update for binutils_2_12_anoncvs_20020221.David E. O'Brien2002-02-221-2/+2
| | | | Notes: svn path=/head/; revision=91073
* We do not need to use -I- any longer.David E. O'Brien2002-02-071-3/+1
| | | | | | | | | | | Presumably the issue was with arparse.[ch]. Those are now in FREEBSD-Xlist and FREEBSD-deletelist. So we do not import the Bison produced files that was causing the problem. Submitted by: ru Notes: svn path=/head/; revision=90353
* Change the way the version strings are handled.David E. O'Brien2002-01-271-2/+3
| | | | Notes: svn path=/head/; revision=89886
* We are now at a 2.12.0 pre-release snap version.David E. O'Brien2002-01-271-1/+1
| | | | Notes: svn path=/head/; revision=89874
* More cleaning.David E. O'Brien2001-10-151-1/+1
| | | | Notes: svn path=/head/; revision=84947
* Clean up the formatting.David E. O'Brien2001-10-141-16/+12
| | | | Notes: svn path=/head/; revision=84902
* Update the version string so I can identify this new variant.David E. O'Brien2001-07-201-1/+1
| | | | Notes: svn path=/head/; revision=80019
* Upgrade to 2.11.2.David E. O'Brien2001-06-261-1/+1
| | | | Notes: svn path=/head/; revision=78830
* Upgrade to Binutils 2.11.0.David E. O'Brien2001-05-281-1/+1
| | | | Notes: svn path=/head/; revision=77324
* Remove MIPS support.David E. O'Brien2001-04-111-4/+0
| | | | | | | It has rotted quite badly and no one has provided updates for it. Notes: svn path=/head/; revision=75400
* Correct the Bintuils src path from the debugging version I accidentlyDavid E. O'Brien2000-11-151-1/+1
| | | | | | | committed. Notes: svn path=/head/; revision=68788
* Upgrade to Binutils 2.10.1.David E. O'Brien2000-11-151-2/+2
| | | | Notes: svn path=/head/; revision=68780
* We are now at version 2.10 release.David E. O'Brien2000-06-201-1/+1
| | | | Notes: svn path=/head/; revision=61842
* Pull the switch and activate our Binutils to a snapshot of the up andDavid E. O'Brien2000-05-221-2/+2
| | | | | | | comming 2.10 release. Notes: svn path=/head/; revision=60777
* Use a alternate side 2.9.1 source tree while upgrading Binutils.David E. O'Brien2000-05-121-1/+1
| | | | Notes: svn path=/head/; revision=60483
* s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar1999-12-171-2/+3
| | | | | | | | | | | | | | | 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
* Change CROSS_TOOLS to CROSS_ARCH because that makes more sense.John Birrell1999-11-061-1/+7
| | | | | | | | | Allow for the case where the host architecture might also be listed in CROSS_ARCH, so don't do things twice. This situation can arise if you want NT support in binutils (CROSS_ARCH=i386 CROSS_FORMAT=winnt). Notes: svn path=/head/; revision=52927
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.Warner Losh1999-03-011-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Unlike the unisex architecutres we've had so far, mips is bisexual. These tools can produce either byte sex, and the compiler/make determines the proper gender to use. Otherwise, we'd have to have had mipsel and mipseb in all the places that we have just mips. And there are other complications with doing that (binutils doesn't like to build mips tools without both byte genders, it seems). Introduced BINUTIL_ARCH so that other bisexual architectures can a generic mechanism. We cannot just define MACHINE_ARCH as mips because we need to differentiate big and little endian types of binaries. Discussions on freebsd-arch have hashed out this issue (and the parallel libc issues). NetBSD is moving towards mipsel and mipseb for their two flavors of mips ports (in time for 1.4, if this change hasn't already been accomplished). I've been building i386 worlds with this tree for a three months with these files in place with no ill effects. Notes: svn path=/head/; revision=44360
* Update for import of binutils-2.9.1.John Polstra1998-09-061-2/+2
| | | | | | | Submitted by: Doug Rabson <dfr> Notes: svn path=/head/; revision=38892
* Add makefile support for cross-architectures. Allow CROSS_TOOLS toJohn Birrell1998-05-041-3/+7
| | | | | | | | | | | | | | be defined (in /etc/make.conf, say) and set to the additional architectures that need to be compiled in. So on alpha I set CROSS_TOOLS = i386. On i386 you can't build alpha due to lack of 64-bit support on 32-bit architectures, but that's a GNU problem. This change relies on makefiles in the binutils sub-directories having the extension defined in the CROSS_TOOLS, instead of those makefiles being selected based on the host architecture. Notes: svn path=/head/; revision=35709
* Change the include path for bfd.h to libbfd/${MACHINE_ARCH} sinceJohn Birrell1998-03-121-2/+2
| | | | | | | I moved the location of that architecture specific file. Notes: svn path=/head/; revision=34502
* Restructure the binutils hierarchy somewhat in order to betterJohn Polstra1998-03-121-5/+14
| | | | | | | | | | | | | | | | | | | | | | | 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
* Add bmakefiles for building binutils from the contrib tree.John Polstra1998-03-011-0/+30
This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it. Notes: svn path=/cvs2svn/branches/JDP/; revision=33975