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-04-27 17:17:19 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13e86ef7ee
opnsense-src
/
Makefile.mips
6 lines
83 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$
Guard against TARGET_ABI being undefined (TARGET_ABI will go away soon)
2010-08-26 10:54:12 -04:00
.
i
f
d
e
f
i
n
e
d
(
T
A
R
G
E
T
_
A
B
I
)
&
&
${TARGET_ABI}
=
=
"n64"
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