Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Default mips64e[bl] to SOFTFLOAT.



details:   https://anonhg.NetBSD.org/src/rev/041bf4c6482b
branches:  trunk
changeset: 760994:041bf4c6482b
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jan 18 08:31:18 2011 +0000

description:
Default mips64e[bl] to SOFTFLOAT.

diffstat:

 share/mk/bsd.own.mk |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 5ee2185f833a -r 041bf4c6482b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Jan 18 08:30:10 2011 +0000
+++ b/share/mk/bsd.own.mk       Tue Jan 18 08:31:18 2011 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index