Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/conf add "-m68030" for sun3x, addresses PR 15312.



details:   https://anonhg.NetBSD.org/src/rev/7b0ac7f9d140
branches:  trunk
changeset: 522045:7b0ac7f9d140
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Feb 10 18:22:31 2002 +0000

description:
add "-m68030" for sun3x, addresses PR 15312.

diffstat:

 sys/arch/sun3/conf/Makefile.sun3 |  4 ++--
 sys/arch/sun3/conf/std.sun3x     |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 7a3b65c5dfc4 -r 7b0ac7f9d140 sys/arch/sun3/conf/Makefile.sun3
--- a/sys/arch/sun3/conf/Makefile.sun3  Sun Feb 10 18:06:03 2002 +0000
+++ b/sys/arch/sun3/conf/Makefile.sun3  Sun Feb 10 18:22:31 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun3,v 1.92 2001/12/09 05:00:51 atatat Exp $
+# $NetBSD: Makefile.sun3,v 1.93 2002/02/10 18:22:31 chs Exp $
 
 # Makefile for NetBSD
 #
@@ -34,7 +34,7 @@
 XDEFS=         -undef -D__NetBSD__ -Dm68k -Dmc68000 -D__m68k__ -D__ELF__
 DEFINES=       -Dsun3
 CPPFLAGS+=     ${XDEFS} ${DEFINES}
-CFLAGS+=       -msoft-float -fno-defer-pop
+CFLAGS+=       ${CMACHFLAGS} -msoft-float -fno-defer-pop
 AFLAGS+=       -x assembler-with-cpp -traditional-cpp
 
 ##
diff -r 7a3b65c5dfc4 -r 7b0ac7f9d140 sys/arch/sun3/conf/std.sun3x
--- a/sys/arch/sun3/conf/std.sun3x      Sun Feb 10 18:06:03 2002 +0000
+++ b/sys/arch/sun3/conf/std.sun3x      Sun Feb 10 18:22:31 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.sun3x,v 1.7 2001/02/22 07:11:09 chs Exp $
+# $NetBSD: std.sun3x,v 1.8 2002/02/10 18:22:32 chs Exp $
 
 # Standard information for Sun3X machines.
 machine        sun3 m68k
@@ -8,6 +8,7 @@
 # (Your kernel will only run on one or the other.)
 makeoptions    MACHTYPE=sun3x
 options        _SUN3X_
+makeoptions    CMACHFLAGS="-m68030"
 
 # The root node (required)
 mainbus0 at root



Home | Main Index | Thread Index | Old Index