NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-mips/53719: mips64eb fails to build libm with -current
The following reply was made to PR port-mips/53719; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-mips/53719: mips64eb fails to build libm with -current
Date: Sat, 10 Nov 2018 20:50:03 +0000
So, this fixes things, as far as my build seems to keep on going, but I
have QUESTIONS.
Index: bsd.own.mk
===================================================================
RCS file: /cvsroot/src/share/mk/bsd.own.mk,v
retrieving revision 1.1079
diff -u -r1.1079 bsd.own.mk
--- bsd.own.mk 10 Nov 2018 01:40:46 -0000 1.1079
+++ bsd.own.mk 10 Nov 2018 20:49:55 -0000
@@ -980,7 +980,7 @@
# These platforms use softfloat by default.
#
.if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
-MKSOFTFLOAT?= no
+MKSOFTFLOAT?= yes
.endif
#
Home |
Main Index |
Thread Index |
Old Index