Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Bump the ram disk and miniroot size slightly for clang.
details: https://anonhg.NetBSD.org/src/rev/6cb02afc11b7
branches: trunk
changeset: 351319:6cb02afc11b7
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Feb 09 18:15:07 2017 +0000
description:
Bump the ram disk and miniroot size slightly for clang.
diffstat:
distrib/sparc/miniroot/Makefile.inc | 4 ++--
distrib/sparc/ramdisk/Makefile | 4 ++--
sys/arch/sparc/conf/INSTALL | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r 691ab5d7149d -r 6cb02afc11b7 distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc Thu Feb 09 17:58:57 2017 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc Thu Feb 09 18:15:07 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.26 2017/01/24 18:04:04 christos Exp $
+# $NetBSD: Makefile.inc,v 1.27 2017/02/09 18:15:07 joerg Exp $
-IMAGESIZE= 9500k
+IMAGESIZE= 9600k
DBG= ${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer : -Os } -fno-unwind-tables
MAKEFS_FLAGS+= -o density=4k
diff -r 691ab5d7149d -r 6cb02afc11b7 distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile Thu Feb 09 17:58:57 2017 +0000
+++ b/distrib/sparc/ramdisk/Makefile Thu Feb 09 18:15:07 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2016/02/27 18:52:51 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2017/02/09 18:15:07 joerg Exp $
#
# ramdisk.fs is the microroot filesystem intended for use with
# the INSTALL kernel. It provides just enough tools to extract the
@@ -10,7 +10,7 @@
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 1800b
+IMAGESIZE= 2000b
WARNS= 1
DBG= ${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer -fno-unwind-tables : -Os }
diff -r 691ab5d7149d -r 6cb02afc11b7 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL Thu Feb 09 17:58:57 2017 +0000
+++ b/sys/arch/sparc/conf/INSTALL Thu Feb 09 18:15:07 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.95 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: INSTALL,v 1.96 2017/02/09 18:15:07 joerg Exp $
#
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
#
@@ -19,7 +19,7 @@
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
## The miniroot size must be kept in sync manually with the size of
## the `ramdisk' image (which is built in distrib/sparc/ramdisk).
-options MEMORY_DISK_ROOT_SIZE=1800 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=2000 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
pseudo-device md # memory disk device (ramdisk)
Home |
Main Index |
Thread Index |
Old Index