Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand Compile all standalones for the 68010, ...



details:   https://anonhg.NetBSD.org/src/rev/d3fb57352ff9
branches:  trunk
changeset: 532878:d3fb57352ff9
user:      fredette <fredette%NetBSD.org@localhost>
date:      Mon Jun 17 13:35:04 2002 +0000

description:
Compile all standalones for the 68010, which makes bootblocks
compiled for the sun3 also usable on a sun2.  This enables
making a single filesystem that can boot on all of sun2, sun3,
and sun3x (say, like on a CD-ROM).

diffstat:

 sys/arch/sun68k/stand/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e57f2dad4776 -r d3fb57352ff9 sys/arch/sun68k/stand/Makefile.inc
--- a/sys/arch/sun68k/stand/Makefile.inc        Mon Jun 17 13:30:39 2002 +0000
+++ b/sys/arch/sun68k/stand/Makefile.inc        Mon Jun 17 13:35:04 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.5 2002/06/03 00:56:55 fredette Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2002/06/17 13:35:04 fredette Exp $
 
 # Must have S=/usr/src/sys (or equivalent)
 # But note: this is w.r.t. a subdirectory
@@ -16,7 +16,7 @@
 DEFS?= -Dsun3 -D_STANDALONE
 INCL?= -I. -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
 
-CFLAGS= -Os -msoft-float -fno-defer-pop
+CFLAGS= -mc68000 -Wa,-mc68010 -Os -msoft-float -fno-defer-pop
 CPPFLAGS= ${DEFS} ${DBG} ${INCL}
 
 SRTOBJ= ${LIBSA}/SRT0.o ${LIBSA}/SRT1.o



Home | Main Index | Thread Index | Old Index