aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gasp
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect gnu/usr.bin/binutils/{gasp,gdb,gdbreplay}, as these haveDimitry Andric2010-11-112-136/+0
| | | | | | | | | not been connected to the build for more than 6 years. Obtained from: projects/binutils-2.17 Notes: svn path=/head/; revision=215151
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-091-1/+1
| | | | Notes: svn path=/head/; revision=139943
* I accidently spammed rev. 1.18, back out rev 1.19.David E. O'Brien2004-03-171-1/+1
| | | | Notes: svn path=/head/; revision=127138
* Avoid the whole -I${DESTDIR}/usr/include/gnu issue by includingDavid E. O'Brien2004-03-171-4/+4
| | | | | | | <gnu/regex.h> vs. just <regex.h>. Notes: svn path=/head/; revision=127104
* gasp(1) isn't linked with -lgnuregex, and it doesn't need <gnu/regex.h>Ruslan Ermilov2004-03-151-1/+0
| | | | | | | | | either. Reviewed by: obrien Notes: svn path=/head/; revision=127009
* Back out attempt to bypass contrib's getopt.h on the way,Andrey A. Chernov2004-03-051-3/+1
| | | | | | | | it makes cross-build fail. Prefer invisible incorrect -current build to visible failure. Notes: svn path=/head/; revision=126658
* Move -I${DESTDIR}/usr/include/gnu up, beforeAndrey A. Chernov2004-03-051-1/+3
| | | | | | | -I${DESTDIR}/usr/include to pick correct regex.h Notes: svn path=/head/; revision=126622
* 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
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuAndrey A. Chernov2004-02-171-1/+1
| | | | Notes: svn path=/head/; revision=125931
* Formally switch back to regex.h (not sure it ever needed here - libgnuregexAndrey A. Chernov2004-02-161-1/+2
| | | | | | | is not used) Notes: svn path=/head/; revision=125899
* Fixed CLEANFILES.Ruslan Ermilov2003-02-251-0/+1
| | | | | | | Submitted by: cron Notes: svn path=/head/; revision=111490
* *sigh* The GNU folks want to layer and abstract yet another standard API.David E. O'Brien2002-10-111-2/+6
| | | | | | | | This time remove the xregex redirection and just directly use their own gnuregex. Notes: svn path=/head/; revision=104860
* 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
* Adjust for the movement of `as' headers.David E. O'Brien2001-10-141-4/+2
| | | | Notes: svn path=/head/; revision=84915
* Clean up the formatting.David E. O'Brien2001-10-141-9/+9
| | | | Notes: svn path=/head/; revision=84906
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-0/+1
| | | | Notes: svn path=/head/; revision=70395
* Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticBruce Evans2000-03-271-4/+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
* Build and install gasp's infodocs along side the other binutil docs ratherDavid E. O'Brien2000-02-212-18/+0
| | | | | | | | | than seperately. Pointed out by: bde Notes: svn path=/head/; revision=57381
* Honestly, really, really add a manpage for gasp.David E. O'Brien1999-12-301-0/+114
| | | | Notes: svn path=/head/; revision=55257
* Add a manpage for gasp.David E. O'Brien1999-12-301-1/+0
| | | | Notes: svn path=/head/; revision=55256
* Hookup the info docs.David E. O'Brien1999-12-291-0/+2
| | | | Notes: svn path=/head/; revision=55199
* Build and install the GASP info page. Unfortunately there is no manpage.David E. O'Brien1999-12-281-0/+16
| | | | Notes: svn path=/head/; revision=55197
* s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar1999-12-171-1/+1
| | | | | | | | | | | | | | | 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
* Make this actually build with current sources.Doug Rabson1999-12-081-1/+1
| | | | Notes: svn path=/head/; revision=54302
* Build gasp (GAS Preprocessor). This is needed for building Glide.Doug Rabson1999-12-071-0/+20
Notes: svn path=/head/; revision=54261