Module Name: src
Committed By: tsutsui
Date: Sun Jan 17 04:50:37 UTC 2016
Modified Files:
src/sys/arch/news68k/stand/boot: version
src/sys/arch/news68k/stand/common: Makefile
Log Message:
Enable LIBSA_CREAD_NOCRC. PR/50638
Bump version to denote user visible change.
Tested on NWS-1750.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/news68k/stand/boot/version
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/news68k/stand/common/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/news68k/stand/boot/version
diff -u src/sys/arch/news68k/stand/boot/version:1.4 src/sys/arch/news68k/stand/boot/version:1.5
--- src/sys/arch/news68k/stand/boot/version:1.4 Wed Jul 16 13:19:20 2008
+++ src/sys/arch/news68k/stand/boot/version Sun Jan 17 04:50:36 2016
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.4 2008/07/16 13:19:20 tsutsui Exp $
+$NetBSD: version,v 1.5 2016/01/17 04:50:36 tsutsui Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important - make sure the entries are appended on end, last item
@@ -11,3 +11,4 @@ is taken as the current.
1.5: loadfile() update: ELF symbols no longer need backward seeks.
1.6: loadfile() update to avoid backwards seeks for ELF Program Headers.
1.7: Change boot messages to replace build date and maker with kernrev.
+1.8: Disable slow gunzip CRC32 calculation.
Index: src/sys/arch/news68k/stand/common/Makefile
diff -u src/sys/arch/news68k/stand/common/Makefile:1.14 src/sys/arch/news68k/stand/common/Makefile:1.15
--- src/sys/arch/news68k/stand/common/Makefile:1.14 Thu May 27 06:58:14 2010
+++ src/sys/arch/news68k/stand/common/Makefile Sun Jan 17 04:50:36 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/05/27 06:58:14 dholland Exp $
+# $NetBSD: Makefile,v 1.15 2016/01/17 04:50:36 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -10,6 +10,7 @@ CFLAGS+= -Wmissing-prototypes -Wstrict-p
CPPFLAGS+= -D_STANDALONE
CPPFLAGS+= -nostdinc -I${.OBJDIR} -I${S} -I.
CPPFLAGS+= -D__daddr_t=int32_t
+CPPFLAGS+= -DLIBSA_CREAD_NOCRC
AFLAGS= -D_LOCORE
.include <bsd.klinks.mk>