aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/size/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Most of binutils now compiles at WARNS=3, except for libiberty andDimitry Andric2010-10-221-1/+0
| | | | | | | libbfd, which still need WARNS=2. Notes: svn path=/projects/binutils-2.17/; revision=214223
* Updated Bmake framework for Binutils 2.15.David E. O'Brien2004-06-161-0/+1
| | | | 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
* Removed invasion into these makefiles by the "legacy" stuff;Ruslan Ermilov2003-04-121-4/+3
| | | | | | | I have a better fix in the works. Notes: svn path=/head/; revision=113398
* libbinutils.a needs basename(3); when the latter is providedRuslan Ermilov2003-04-111-3/+4
| | | | | | | by -legacy, liblegacy.a should come last in the LDADD list. Notes: svn path=/head/; revision=113369
* Update to Binutils 2.12.0 release.David E. O'Brien2002-03-201-1/+1
| | | | Notes: svn path=/head/; revision=92840
* 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
* Clean up the formatting.David E. O'Brien2001-10-141-8/+8
| | | | Notes: svn path=/head/; revision=84906
* Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticBruce Evans2000-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$). Notes: svn path=/head/; revision=58683
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add missing DPADD's.Peter Wemm1998-06-031-1/+4
| | | | Notes: svn path=/head/; revision=36615
* Restructure the binutils hierarchy somewhat in order to betterJohn Polstra1998-03-121-1/+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/+16
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