aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mips
Commit message (Collapse)AuthorAgeFilesLines
* Fix crunchide on MIPS with other than the O32 ABI.Juli Mallett2012-03-131-5/+0
| | | | Notes: svn path=/head/; revision=232911
* Retire TARGET_ABI.Warner Losh2011-01-071-1/+1
| | | | | | | | | | | | | | | | | | Implement MACHINE_ARCH=mips64e[lb] to build N64 images. This replaces MACHINE_ARCH=mipse[lb] TARGET_ABI=n64. MACHINE_ARCH=mipsn32e[lb] has been added, but currently requires WITHOUT_CDDL due to atomic issues in libzfs. I've not investigated this much, but implemented this to preserve as much of the TARGET_ABI functionality that I could. Since its presence doesn't affect the working cases, I've kept it in for now. Added mips64e[lb] to make universe, so more kernels build. And I think this (finally) closes the curtain on the tbemd tree. Notes: svn path=/head/; revision=217123
* Guard against TARGET_ABI being undefined (TARGET_ABI will go away soon)Warner Losh2010-08-261-1/+1
| | | | Notes: svn path=/head/; revision=211845
* Rescue doesn't work for n64.Warner Losh2010-08-261-0/+3
| | | | Notes: svn path=/head/; revision=211831
* crunchgen now works for mips - so restore building /rescue for it.Adrian Chadd2010-08-101-3/+0
| | | | Notes: svn path=/head/; revision=211146
* Merge from TBEMD:Warner Losh2010-06-241-0/+5
Rather than having arch specific code in Makefile.inc1, generalize so that we can control the settings of different options on a per architecutre basis. Reviewed by: arch@ (twice) Notes: svn path=/head/; revision=209509