summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove another reference to alpha...imp2010-02-031-4/+0
|
* Style sync.obrien2006-09-121-2/+0
|
* style.Makefile(5):johan2004-02-241-0/+7
| | | | | | | | | | | 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
* Don't do WARNS setting here.obrien2002-10-111-2/+0
|
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-1/+1
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* Turn up WARNS as high as possible.obrien2002-03-131-0/+1
| | | | Tested by: gcc31, gcc32, /usr/bin/cc
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Install binutils tools in /usr/libexec/elf like on i386 so that objformatjb1998-08-181-5/+1
| | | | | | can be used to select them. The purpose of this is not necessarily to allow another host format, but to allow us to use the objformat trickery for cross compilation.
* Since the makefiles below binutils with the architecture extensionjb1998-05-041-1/+5
| | | | | | | are now included according to the cross-architecture support required, default the BINDIR for i386 to /usr/libexec/elf here instead of in all the i386 specific makefiles. For all other architectures, BINDIR is just /usr/bin.
* Add bmakefiles for building binutils from the contrib tree.jdp1998-03-011-0/+5
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.
OpenPOWER on IntegriCloud