aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mips
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2011-01-07 20:26:33 +0000
committerWarner Losh <imp@FreeBSD.org>2011-01-07 20:26:33 +0000
commitcd2ae2532f3ad33a227fb09aae248620260a1635 (patch)
tree12ed45fc5cc0930d7f4165ad7f223aba33b36162 /Makefile.mips
parentede990172fc3e86d1f30c99860004d0d3e9bebe5 (diff)
Notes
Diffstat (limited to 'Makefile.mips')
-rw-r--r--Makefile.mips2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mips b/Makefile.mips
index cc08a5923371..8271dc48a120 100644
--- a/Makefile.mips
+++ b/Makefile.mips
@@ -1,5 +1,5 @@
# $FreeBSD$
-.if defined(TARGET_ABI) && ${TARGET_ABI} == "n64"
+.if ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
MK_RESCUE=no
.endif