Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/mips/conf Pull up revision 1.31 (via patch) (r...



details:   https://anonhg.NetBSD.org/src/rev/45ebc4cfe266
branches:  netbsd-1-6
changeset: 529344:45ebc4cfe266
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Nov 15 00:22:50 2002 +0000

description:
Pull up revision 1.31 (via patch) (requested by thorpej in ticket #976):
Build with kernel with -msoft-float.

diffstat:

 sys/arch/mips/conf/Makefile.mips |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8700c4cd18a3 -r 45ebc4cfe266 sys/arch/mips/conf/Makefile.mips
--- a/sys/arch/mips/conf/Makefile.mips  Fri Nov 15 00:09:41 2002 +0000
+++ b/sys/arch/mips/conf/Makefile.mips  Fri Nov 15 00:22:50 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mips,v 1.26 2002/03/05 14:28:31 simonb Exp $
+#      $NetBSD: Makefile.mips,v 1.26.8.1 2002/11/15 00:22:50 lukem Exp $
 
 # Makefile for NetBSD
 #
@@ -58,7 +58,7 @@
 CPPFLAGS+=     -D${MACHINE}
 DEFGP?=                -G 0
 GP?=           ${DEFGP}
-CFLAGS+=       ${ENDIAN} ${GP} -mno-abicalls -mno-half-pic
+CFLAGS+=       ${ENDIAN} ${GP} -mno-abicalls -mno-half-pic -msoft-float
 AFLAGS+=       ${ENDIAN} -x assembler-with-cpp -traditional-cpp
 
 ##



Home | Main Index | Thread Index | Old Index