Enable LIBSA_CREAD_NOCRC. PR/50638
Bump version to denote user visible change. Tested on simh 4.0-Beta1 emulationg MicroVAX 3900.
This commit is contained in:
parent
03a3a2cfbc
commit
db6b7e2af5
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.43 2016/01/17 03:08:39 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2016/01/17 04:53:16 tsutsui Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
|
@ -21,6 +21,7 @@ CLEANFILES+=${PROG} ${PROG}.sym vers.c
|
|||
CFLAGS+=-O1
|
||||
CPPFLAGS+=-DSUPPORT_BOOTPARAMS -DSUPPORT_BOOTP -DSUPPORT_DHCP -D_STANDALONE \
|
||||
-DNO_MID_CHECK
|
||||
CPPFLAGS+=-DLIBSA_CREAD_NOCRC
|
||||
#CPPFLAGS+=-DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DDEV_DEBUG \
|
||||
# -DRPC_DEBUG -DRARP_DEBUG -DPARANOID
|
||||
BINDIR=
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.7 2014/10/18 08:33:27 snj Exp $
|
||||
$NetBSD: version,v 1.8 2016/01/17 04:53:16 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
|
||||
|
@ -28,3 +28,4 @@ is taken as the current.
|
|||
1.9: Support verbose/quiet boot.
|
||||
1.10: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
1.12: Disable slow gunzip CRC32 calculation.
|
||||
|
|
Loading…
Reference in New Issue