bump for gcc8

This commit is contained in:
christos 2019-11-04 00:59:05 +00:00
parent 2055c79d5d
commit 6438fea304
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.5 2017/01/24 18:04:03 christos Exp $
# $NetBSD: Makefile,v 1.6 2019/11/04 00:59:05 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 3000k
IMAGESIZE= 3060k
MAKEFS_FLAGS+= -f 15
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.2 2014/03/02 08:20:09 skrll Exp $
# $NetBSD: RAMDISK,v 1.3 2019/11/04 00:59:31 christos Exp $
#
# RAMDISK machine description file
#
@ -9,6 +9,6 @@ include "arch/hppa/conf/GENERIC"
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_ROOT_SIZE=6000 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=6120 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode