Default mips64e[bl] to SOFTFLOAT.

This commit is contained in:
matt 2011-01-18 08:31:18 +00:00
parent 1d4bb1d8f6
commit c17daf3806
1 changed files with 8 additions and 1 deletions

View File

@ -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)
@ -685,6 +685,13 @@ MKCOMPAT?= yes
MKCOMPAT:= no
.endif
#
# Default mips64 to softfloat now.
#
.if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
MKSOFTFLOAT?= yes
.endif
#
# MK* backward compatibility.
#