Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src sparc64 with GCC 4.5 has about a 2% code bloat, unfortunately.
details: https://anonhg.NetBSD.org/src/rev/cf35db3672e1
branches: trunk
changeset: 767174:cf35db3672e1
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jul 10 08:51:24 2011 +0000
description:
sparc64 with GCC 4.5 has about a 2% code bloat, unfortunately.
bump the instfs size to 9MB.
diffstat:
distrib/sparc64/instfs/Makefile | 4 ++--
sys/arch/sparc64/conf/INSTALL | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r c967bc5dcc3e -r cf35db3672e1 distrib/sparc64/instfs/Makefile
--- a/distrib/sparc64/instfs/Makefile Sun Jul 10 08:43:50 2011 +0000
+++ b/distrib/sparc64/instfs/Makefile Sun Jul 10 08:51:24 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/03/12 23:07:13 martin Exp $
+# $NetBSD: Makefile,v 1.15 2011/07/10 08:51:24 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,7 +7,7 @@
.include "${.CURDIR}/../instfs/Makefile.instfs"
IMAGE= install.fs
-IMAGESIZE= 8m
+IMAGESIZE= 9m
IMAGETAR= instfs.tgz
IMAGETAR_RELEASEDIR= installation/misc
diff -r c967bc5dcc3e -r cf35db3672e1 sys/arch/sparc64/conf/INSTALL
--- a/sys/arch/sparc64/conf/INSTALL Sun Jul 10 08:43:50 2011 +0000
+++ b/sys/arch/sparc64/conf/INSTALL Sun Jul 10 08:51:24 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.27 2010/05/22 15:55:41 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.28 2011/07/10 08:51:24 mrg Exp $
#
# NOTE: this file only needs *additional* things for the install
# kernel, that are not already included in GENERIC!
@@ -6,7 +6,7 @@
include "arch/sparc64/conf/GENERIC"
-#ident "INSTALL-$Revision: 1.27 $"
+#ident "INSTALL-$Revision: 1.28 $"
makeoptions COPTS="-Os"
@@ -21,6 +21,6 @@
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
## The miniroot size must be kept in sync manually with the size of
## the `miniroot' image (which is built in distrib/sparc64/miniroot).
-options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=18432 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
Home |
Main Index |
Thread Index |
Old Index