summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/crunchide/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r281674: crunchide: always include both 32- and 64-bit ELF supportemaste2015-12-181-12/+2
| | | | | | | This avoids the need to build a target-specific crunchide for cross- builds. Sponsored by: The FreeBSD Foundation
* MFC r281655: crunchide: remove unused a.out and non-functional ECOFF supportemaste2015-12-181-5/+0
| | | | Sponsored by: The FreeBSD Foundation
* Fix crunchide on MIPS with other than the O32 ABI.jmallett2012-03-131-1/+2
|
* It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, butimp2010-09-131-11/+2
| | | | | | | | | costs us another copy of the transform. Revert it. # Maybe makefile.inc1 should set TARGET_CPUARCH for the cross-tools, but # it doesn't now. That would solve problems in other places too. Submitted by: jmallet@
* Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCHimp2010-09-131-2/+11
| | | | | based on TARGET_ARCH. Use TARGET_ARCH still for a powerpc64 test. Futureproof for coming mipsel/mipseb and arm/armeb rename.
* Teach crunchide(1) about PPC ELF64.nwhitehorn2010-07-101-1/+1
|
* Remove alpha left-overs.ru2006-08-221-1/+1
|
* Add AMD64 support.peter2003-06-031-1/+1
|
* Get all the fruit from makefile.ru2002-05-251-2/+13
|
* Make crunchide(1) a cross-tool; needed for cross-arch "make release".ru2002-04-301-1/+3
| | | | Note that a.out is only supported for the non-cross i386 case.
* ia64 support. Hide a.out support solely under i386. While alpha neverpeter2001-10-231-1/+5
| | | | | was released in a.out form, it does define the a.out data structures. The ia64 port does not.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Teach crunch about an elf/a.out world.jkh1998-09-141-0/+2
| | | | Submitted by: jhay
* This is the new crunch utility for making distribution floppies fromjkh1994-06-151-0/+4
James da Silva. We need to integrate this before 1.1.5 so that we can actually make the boot floppies.
OpenPOWER on IntegriCloud