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 Specify 32bit daddr_t not only for ufs...
details: https://anonhg.NetBSD.org/src/rev/0dcd29a73fad
branches: trunk
changeset: 555826:0dcd29a73fad
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Nov 30 05:32:39 2003 +0000
description:
Specify 32bit daddr_t not only for ufsboot but also libsa and all SA_PROGs.
Now bootxx and ufsboot works again.
diffstat:
sys/arch/sun68k/stand/Makefile.inc | 4 ++--
sys/arch/sun68k/stand/libsa/Makefile | 4 ++--
sys/arch/sun68k/stand/ufsboot/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r ee324823048f -r 0dcd29a73fad sys/arch/sun68k/stand/Makefile.inc
--- a/sys/arch/sun68k/stand/Makefile.inc Sun Nov 30 01:17:03 2003 +0000
+++ b/sys/arch/sun68k/stand/Makefile.inc Sun Nov 30 05:32:39 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2003/07/27 05:04:43 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.8 2003/11/30 05:32:39 tsutsui Exp $
# Must have S=/usr/src/sys (or equivalent)
# But note: this is w.r.t. a subdirectory
@@ -13,7 +13,7 @@
MDEC_DIR?=/usr/mdec
RELOC?= 240000
-DEFS?= -Dsun3 -D_STANDALONE
+DEFS?= -Dsun3 -D_STANDALONE -D__daddr_t=int32_t
INCL?= -I. -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
CFLAGS= -mc68000 -Wa,-mc68010 -Os -msoft-float -fno-defer-pop -ffreestanding
diff -r ee324823048f -r 0dcd29a73fad sys/arch/sun68k/stand/libsa/Makefile
--- a/sys/arch/sun68k/stand/libsa/Makefile Sun Nov 30 01:17:03 2003 +0000
+++ b/sys/arch/sun68k/stand/libsa/Makefile Sun Nov 30 05:32:39 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/10/26 07:25:37 lukem Exp $
+# $NetBSD: Makefile,v 1.19 2003/11/30 05:32:39 tsutsui Exp $
LIB=sa
@@ -23,7 +23,7 @@
# DBG= -DDEBUG -DNETIF_DEBUG -DNFS_DEBUG -DRPC_DEBUG \
# -DNET_DEBUG -DRARP_DEBUG -DETHER_DEBUG -DDEBUG_PROM
-DEFS= -Dsun3 -D_STANDALONE
+DEFS= -Dsun3 -D_STANDALONE -D__daddr_t=int32_t
INCL= -I. -I${.CURDIR} -I${S}/lib/libsa -I${S}
AFLAGS= -Wa,-mc68020 -Wa,-mc68851
CFLAGS= -mc68000 -Wa,-mc68010 -Wa,-m68851 -Os -msoft-float -fno-defer-pop -ffreestanding
diff -r ee324823048f -r 0dcd29a73fad sys/arch/sun68k/stand/ufsboot/Makefile
--- a/sys/arch/sun68k/stand/ufsboot/Makefile Sun Nov 30 01:17:03 2003 +0000
+++ b/sys/arch/sun68k/stand/ufsboot/Makefile Sun Nov 30 05:32:39 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/03/30 00:17:29 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2003/11/30 05:32:39 tsutsui Exp $
SA_PROG= ufsboot
@@ -13,4 +13,4 @@
.include <bsd.prog.mk>
.PATH: ${S}/lib/libsa
-DEFS+= -DCOMPAT_UFS -D__daddr_t=int32_t
+DEFS+= -DCOMPAT_UFS
Home |
Main Index |
Thread Index |
Old Index