Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cesfic/conf make compile: fix GCC3 check and add de...
details: https://anonhg.NetBSD.org/src/rev/bc2fb95db031
branches: trunk
changeset: 551959:bc2fb95db031
user: cl <cl%NetBSD.org@localhost>
date: Sun Sep 14 17:13:36 2003 +0000
description:
make compile: fix GCC3 check and add defflag PANICBUTTON
diffstat:
sys/arch/cesfic/conf/Makefile.cesfic | 4 ++--
sys/arch/cesfic/conf/files.cesfic | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r f4cb1480a98e -r bc2fb95db031 sys/arch/cesfic/conf/Makefile.cesfic
--- a/sys/arch/cesfic/conf/Makefile.cesfic Sun Sep 14 15:10:49 2003 +0000
+++ b/sys/arch/cesfic/conf/Makefile.cesfic Sun Sep 14 17:13:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cesfic,v 1.9 2002/10/05 16:25:34 chs Exp $
+# $NetBSD: Makefile.cesfic,v 1.10 2003/09/14 17:13:36 cl Exp $
# Makefile for NetBSD
#
@@ -34,7 +34,7 @@
CPPFLAGS+= -Dcesfic
CWARNFLAGS+= -Wno-format
CFLAGS+= -msoft-float
-.if defined(HAVE_GCC3)
+.if ${HAVE_GCC3} == "yes"
AFLAGS+= -x assembler-with-cpp -Wa,-m68030 -Wa,-m68851 -Wa,-m68040
.else
AFLAGS+= -x assembler-with-cpp -traditional-cpp -Wa,-m68030 -Wa,-m68851 -Wa,-m68040
diff -r f4cb1480a98e -r bc2fb95db031 sys/arch/cesfic/conf/files.cesfic
--- a/sys/arch/cesfic/conf/files.cesfic Sun Sep 14 15:10:49 2003 +0000
+++ b/sys/arch/cesfic/conf/files.cesfic Sun Sep 14 17:13:36 2003 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: files.cesfic,v 1.11 2002/11/05 07:41:18 chs Exp $
+# $NetBSD: files.cesfic,v 1.12 2003/09/14 17:13:36 cl Exp $
#
# cesfic-specific configuration info
# maxpartitions must be the first item in files.${ARCH}
maxpartitions 8
+defflag PANICBUTTON
+
maxusers 2 8 64
# NOTE! The order of these lines is significant! Don't change them
Home |
Main Index |
Thread Index |
Old Index