Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/conf we don't need no-fpu; anyway this has be...
details: https://anonhg.NetBSD.org/src/rev/500bb3f5ea32
branches: trunk
changeset: 474543:500bb3f5ea32
user: christos <christos%NetBSD.org@localhost>
date: Sat Jul 10 22:18:34 1999 +0000
description:
we don't need no-fpu; anyway this has been renamed in new version of egcs
diffstat:
sys/arch/sparc/conf/Makefile.sparc | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 59c509e062b1 -r 500bb3f5ea32 sys/arch/sparc/conf/Makefile.sparc
--- a/sys/arch/sparc/conf/Makefile.sparc Sat Jul 10 22:04:59 1999 +0000
+++ b/sys/arch/sparc/conf/Makefile.sparc Sat Jul 10 22:18:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sparc,v 1.61 1999/07/09 09:53:00 mrg Exp $
+# $NetBSD: Makefile.sparc,v 1.62 1999/07/10 22:18:34 christos Exp $
# Makefile for NetBSD
#
@@ -53,8 +53,6 @@
CWARNFLAGS+= -Wno-main
.endif
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS}
-# add `-mno-fpu' to work around gcc (last noticed in v2.7.2) bug
-CFLAGS+= -mno-fpu
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
LINKFLAGS= -Ttext F0004000 -e start
.if ${OBJECT_FMT} != "ELF"
Home |
Main Index |
Thread Index |
Old Index