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

That is most likely an accidental commit.

PR port-mips/53719
This commit is contained in:
maya 2018-11-10 22:19:33 +00:00
parent ea2064c286
commit 59ba550a49
1 changed files with 2 additions and 2 deletions

View File

@ -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
#