summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/Makefile.inc0
Commit message (Collapse)AuthorAgeFilesLines
* MAJOR cleanup of the Bmake framework.obrien2004-07-081-46/+0
| | | | | | | | | 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).
* Updated Bmake framework for Binutils 2.15.obrien2004-06-161-3/+12
|
* style.Makefile(5):johan2004-02-241-1/+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
* Removed invasion into these makefiles by the "legacy" stuff;ru2003-04-121-4/+3
| | | | I have a better fix in the works.
* libbinutils.a needs basename(3); when the latter is providedru2003-04-111-3/+4
| | | | by -legacy, liblegacy.a should come last in the LDADD list.
* Binutils 2.13.2 is WARNS=2 clean for all our architectures.obrien2002-12-021-5/+0
|
* Seems the warnings Binutils 2.13 grew now makes it impossible for WARNS != 0obrien2002-10-121-1/+2
| | | | all 64-bit machines.
* Binutils 2.13 grew some warnings that make WARNS != 0 now impossible onobrien2002-10-111-1/+1
| | | | sparc64.
* Update to Binutils 2.12.0 release.obrien2002-03-201-0/+2
|
* Tune WARNS for Alpha.obrien2002-03-141-0/+4
|
* Turn up WARNS as high as possible.obrien2002-03-131-0/+1
| | | | Tested by: gcc31, gcc32, /usr/bin/cc
* Change the way the version strings are handled.obrien2002-01-271-1/+2
|
* We can easily share obj-format.h and targ-env.h files across all FreeBSDobrien2001-10-151-2/+2
| | | | | platforms, which reduces the upgrade effort. Also tidy up the Makefiles.
* Clean up the formatting.obrien2001-10-141-23/+21
|
* Upgrade to Binutils 2.11.0.obrien2001-05-281-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Allow "NOSHARED" to be overridden.obrien2001-02-281-1/+1
| | | | Submitted by: bde
* Make critical toolchain binaries staticly linked in this developmentobrien2001-02-271-0/+1
| | | | version of the OS.
* Pull the switch and activate our Binutils to a snapshot of the up andobrien2000-05-221-1/+1
| | | | comming 2.10 release.
* Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticbde2000-03-271-6/+2
| | | | | | | libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting of $FreeBSD$).
* Add the BINUTILSDISTDIR hook here too.jb1999-11-061-0/+12
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Update for import of binutils-2.9.1.jdp1998-09-061-2/+3
| | | | Submitted by: Doug Rabson <dfr>
* Missing DPADD's.peter1998-06-031-1/+4
|
* Make a path absolute.jb1998-05-111-2/+2
|
* Oops, missed the common part of gas.jb1998-05-051-0/+23
OpenPOWER on IntegriCloud