Module Name:    src
Committed By:   maya
Date:           Sat Nov 10 22:19:33 UTC 2018

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

Log Message:
Revert part of 1.1079. MKSOFTFLOAT?=yes for mips64*.

That is most likely an accidental commit.

PR port-mips/53719


To generate a diff of this commit:
cvs rdiff -u -r1.1079 -r1.1080 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.1079 src/share/mk/bsd.own.mk:1.1080
--- src/share/mk/bsd.own.mk:1.1079	Sat Nov 10 01:40:46 2018
+++ src/share/mk/bsd.own.mk	Sat Nov 10 22:19:33 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1079 2018/11/10 01:40:46 macallan Exp $
+#	$NetBSD: bsd.own.mk,v 1.1080 2018/11/10 22:19:33 maya Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -980,7 +980,7 @@ MKCOMPATMODULES:=	no
 # These platforms use softfloat by default.
 #
 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
-MKSOFTFLOAT?=	no
+MKSOFTFLOAT?=	yes
 .endif
 
 #

Reply via email to