Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Remove workarounds for bugs in the old...
details: https://anonhg.NetBSD.org/src/rev/acaeacc6f452
branches: trunk
changeset: 552134:acaeacc6f452
user: martin <martin%NetBSD.org@localhost>
date: Fri Sep 19 16:35:31 2003 +0000
description:
Remove workarounds for bugs in the old compiler.
diffstat:
sys/arch/sparc64/conf/Makefile.sparc64 | 4 +---
sys/arch/sparc64/conf/files.sparc64 | 18 +-----------------
2 files changed, 2 insertions(+), 20 deletions(-)
diffs (50 lines):
diff -r d27a62d27338 -r acaeacc6f452 sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64 Fri Sep 19 16:34:24 2003 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64 Fri Sep 19 16:35:31 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sparc64,v 1.49 2002/11/26 18:51:17 thorpej Exp $
+# $NetBSD: Makefile.sparc64,v 1.50 2003/09/19 16:35:31 martin Exp $
#=========================================================================
#
@@ -72,8 +72,6 @@
CFLAGS+= -mno-fpu
AFLAGS+= -x assembler-with-cpp -traditional-cpp
-NOOPT_C= ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -O0 -c $<
-
##
## (3) libkern and compat
##
diff -r d27a62d27338 -r acaeacc6f452 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64 Fri Sep 19 16:34:24 2003 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64 Fri Sep 19 16:35:31 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sparc64,v 1.81 2003/07/27 01:19:32 thorpej Exp $
+# $NetBSD: files.sparc64,v 1.82 2003/09/19 16:35:32 martin Exp $
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
# sparc64-specific configuration info
@@ -10,22 +10,6 @@
defflag opt_sparc_arch.h SUN4U
-#
-# XXXXXXXXXXX
-#
-# These files must be compiled w/no omtimization in 64-bit mode
-#
-
-file dev/ic/elink3.c compile-with "${NOOPT_C}"
-file net/if_ppp.c compile-with "${NOOPT_C}"
-file net/if_loop.c compile-with "${NOOPT_C}"
-file net/if_sl.c compile-with "${NOOPT_C}"
-file ufs/lfs/lfs_debug.c compile-with "${NOOPT_C}"
-
-#
-# XXXXXXXXXXX
-#
-
define mainbus {}
device mainbus: mainbus
attach mainbus at root
Home |
Main Index |
Thread Index |
Old Index