Module Name:    src
Committed By:   matt
Date:           Tue Jan 18 08:31:18 UTC 2011

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Default mips64e[bl] to SOFTFLOAT.


To generate a diff of this commit:
cvs rdiff -u -r1.646 -r1.647 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.646 src/share/mk/bsd.own.mk:1.647
--- src/share/mk/bsd.own.mk:1.646	Mon Dec 13 17:22:26 2010
+++ src/share/mk/bsd.own.mk	Tue Jan 18 08:31:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.646 2010/12/13 17:22:26 pooka Exp $
+#	$NetBSD: bsd.own.mk,v 1.647 2011/01/18 08:31:18 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -686,6 +686,13 @@
 .endif
 
 #
+# Default mips64 to softfloat now.
+#
+.if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
+MKSOFTFLOAT?=	yes
+.endif
+
+#
 # MK* backward compatibility.
 #
 .if defined(MKBFD)

Reply via email to