aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbinutils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
| | | | | | 'RELENG_7_0_0_RELEASE'. This commit was manufactured to restore the state of the 7.0-RELEASE image.
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Updated Bmake framework for Binutils 2.15.David E. O'Brien2004-06-161-6/+2
| | | | Notes: svn path=/head/; revision=130575
* style.Makefile(5):Johan Karlsson2004-02-241-1/+1
| | | | | | | | | | | | | | 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
* Set the binutils arch for as/nm correctly on the amd64 platform.Peter Wemm2003-05-081-1/+6
| | | | | | | | | | As far as binutils is concerned, the amd64 platform is still called "x86-64"/"x86_64". Setting things from ${MACHINE_ARCH} breaks that. Approved by: re (scottl) Notes: svn path=/head/; revision=114834
* Update for 2.13 10-Oct-2002 import.David E. O'Brien2002-10-111-1/+1
| | | | Notes: svn path=/head/; revision=104852
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Turn up WARNS as high as possible.David E. O'Brien2002-03-131-0/+1
| | | | | | | Tested by: gcc31, gcc32, /usr/bin/cc Notes: svn path=/head/; revision=92206
* Change the way the version strings are handled.David E. O'Brien2002-01-271-1/+1
| | | | Notes: svn path=/head/; revision=89886
* Clean up the formatting.David E. O'Brien2001-10-141-10/+8
| | | | Notes: svn path=/head/; revision=84906
* Style fix.David E. O'Brien2001-06-261-1/+2
| | | | Notes: svn path=/head/; revision=78848
* Add the IA-64 unwind handling (needed for readelf).David E. O'Brien2001-06-261-1/+1
| | | | Notes: svn path=/head/; revision=78847
* Remove MIPS support.David E. O'Brien2001-04-111-6/+0
| | | | | | | It has rotted quite badly and no one has provided updates for it. Notes: svn path=/head/; revision=75400
* Our OS name is "freebsd", not "freebsdelf"David E. O'Brien2001-02-211-1/+1
| | | | Notes: svn path=/head/; revision=72798
* 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-3/+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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to beWarner Losh1999-04-221-1/+7
| | | | | | | | | | | zero when building for little endian machines. Correct the target names for mips. We just use the generic targets for mips elf, so the mipse[lb]-unknown-freebsd emulation types don't exist. Notes: svn path=/head/; revision=45932
* Removed special rules for lex- and yacc- generated files. The generalBruce Evans1998-06-041-12/+1
| | | | | | | | rules work identically, except that they actually work if the yacc- generated header somehow becomes out of date. Notes: svn path=/head/; revision=36620
* Evaluate the TARGET from the architecture. We'll assume that FREEBSDJohn Birrell1998-05-041-2/+2
| | | | | | | is ELF from here on. Notes: svn path=/head/; revision=35713
* Replace empty install targets with definitions of INTERNALLIB andJohn Polstra1998-03-121-3/+3
| | | | | | | INTERNALSTATICLIB to suppress installation of internal libraries. Notes: svn path=/head/; revision=34498
* Restructure the binutils hierarchy somewhat in order to betterJohn Polstra1998-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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/+32
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