This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-12 15:24:40 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c66ca7723b
opnsense-src
/
Makefile.mips
6 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
Merge from TBEMD: 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)
2010-06-24 12:28:52 -04:00
# $FreeBSD$
Retire TARGET_ABI. 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.
2011-01-07 15:26:33 -05:00
.
i
f
${MACHINE_ARCH}
!=
"mipsel"
&&
${
MACHINE_ARCH
}
!
=
"mipseb"
Rescue doesn't work for n64.
2010-08-26 01:16:00 -04:00
MK_RESCUE
=
no
.
e
n
d
i
f
Reference in a new issue
Copy permalink