Author: imp
Date: Thu Aug 26 05:16:00 2010
New Revision: 211831
URL: http://svn.freebsd.org/changeset/base/211831
Log:
Rescue doesn't work for n64.
Modified:
head/Makefile.mips
Modified: head/Makefile.mips
==============================================================================
--- head/Makefile.mips Wed Aug 25 23:23:00 2010 (r211830)
+++ head/Makefile.mips Thu Aug 26 05:16:00 2010 (r211831)
@@ -1,2 +1,5 @@
# $FreeBSD$
+.if ${TARGET_ABI} == "n64"
+MK_RESCUE=no
+.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"