aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* BANG! BANG! BANG! Put these bits out of their misery.David E. O'Brien2002-09-171-69/+0
| | | | | | | | | | | | | Murdered by members of: a.out.die.die.die ELF is the 1 true path now. So make good on the src/Makefile threat that building a.out will not be supported post 4.x. These bits should either resurface as a port, or a new port using the latest Binutils bits. The later will not support our SunOS-style shared a.out libs; but we shouldn't need such support by this point in time. Notes: svn path=/head/; revision=103437
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74861
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Don't build the info pages for the old assembler. Instead, buildJohn Polstra1998-10-031-3/+1
| | | | | | | and install the info pages for the new assembler and linker. Notes: svn path=/head/; revision=39909
* Install the legacy man file in section 1aout.John Birrell1998-09-071-1/+2
| | | | Notes: svn path=/head/; revision=38896
* MACHINE -> MACHINE_ARCH to allow PC98 to define MACHINE=pc98.John Birrell1998-08-311-10/+10
| | | | | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp> Notes: svn path=/head/; revision=38711
* ELF preparation step 1:Søren Schmidt1998-05-251-1/+2
| | | | | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow... Notes: svn path=/head/; revision=36374
* Fixed `make -jN' for large N. Just put the generated headers inBruce Evans1998-03-061-4/+2
| | | | | | | | | | ${SRCS} instead of giving inadequate explicit dependencies. There is still a problem after `make depend; make clean'. Then `make' barely works, and `make -jN' is confused by absolute paths in .depend. Notes: svn path=/head/; revision=34098
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-4/+2
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Stop using gnumalloc.Poul-Henning Kamp1995-09-221-3/+1
| | | | Notes: svn path=/head/; revision=10953
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8858
* Add doc to SUBDIR listAndrey A. Chernov1995-01-161-1/+3
| | | | Notes: svn path=/head/; revision=5657
* Updated version of gas which allows for link-time error reporting ifNate Williams1994-12-231-7/+7
| | | | | | | | | | used in conjustion with the new shlib 'ld' source. Note, if you use the new features both gas and ld must be updated. Obtained from: NetBSD Notes: svn path=/head/; revision=5208
* Use gnumalloc to help reduce memory consumption.David Greenman1994-08-291-3/+3
| | | | Notes: svn path=/head/; revision=2392
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.Bruce Evans1994-08-281-5/+5
| | | | Notes: svn path=/head/; revision=2367
* Alignment fix from John Dyson/David GreenmanRodney W. Grimes1994-02-201-3/+4
| | | | Notes: svn path=/head/; revision=1184
* Brought over NetBSD's gas ready for pk's shared libs.Paul Richards1993-11-031-8/+65
| | | | Notes: svn path=/head/; revision=691
* Added the new gas directoryNate Williams1993-06-291-0/+15
Notes: svn path=/head/; revision=75