This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dba44734eb
freebsd-dev
/
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 16:28:52 +00:00
# $FreeBSD$
Guard against TARGET_ABI being undefined (TARGET_ABI will go away soon)
2010-08-26 14:54:12 +00: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 05:16:00 +00:00
MK_RESCUE
=
no
.
e
n
d
i
f
Reference in New Issue
Copy Permalink