summaryrefslogtreecommitdiffstats
path: root/usr.bin/elf2aout/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Add a basic manual page for elf2aout.trhodes2008-12-231-1/+1
| | | | | | Alter Makefile and remove NO_MAN. PR: 109975
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Back out the totally unapproved backout of my commits.obrien2003-03-291-1/+0
|
* Back out the removal (here too) of the "custom" version ofru2003-02-191-0/+1
| | | | | | | | | <sys/endian.h>. It is needed to cross-build sparc64 on RELENG_4 and to build sparc64 on say 5.0-DP1 (on systems without <sys/endian.h>). This will be revisited when we create RELENG_5. Spotted by: make universe
* Use the offical sys/endian.h rather than reaching way over into anotherobrien2002-12-301-1/+0
| | | | binary's directory to use a private header.
* Adjust path to crunchide.obrien2002-12-301-3/+3
|
* Set NO_WERROR to ignore the following warning which is emitted onbde2002-07-111-0/+1
| | | | | | | | | | | alphas: .../elf2aout.c:130: warning: cast increases required alignment of target type The warning is about casting ((char *)e + phoff) to a struct pointer, where e is aligned but phoff might be garbage, so I think the warning should be emitted on most machines (even on i386's, alignment checking might be on) and the correct fix would involve validation phoff before using it.
* Make it work for a different endianness binary.ru2002-05-251-0/+2
| | | | | | (This version is still limited to ELF64.) Reviewed by: jake
* Add a Makefile for this.jake2002-04-221-0/+6
OpenPOWER on IntegriCloud