Module Name:    src
Committed By:   mrg
Date:           Sun Jul 10 08:51:24 UTC 2011

Modified Files:
        src/distrib/sparc64/instfs: Makefile
        src/sys/arch/sparc64/conf: INSTALL

Log Message:
sparc64 with GCC 4.5 has about a 2% code bloat, unfortunately.

bump the instfs size to 9MB.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/sparc64/instfs/Makefile
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sparc64/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sparc64/instfs/Makefile
diff -u src/distrib/sparc64/instfs/Makefile:1.14 src/distrib/sparc64/instfs/Makefile:1.15
--- src/distrib/sparc64/instfs/Makefile:1.14	Fri Mar 12 23:07:13 2010
+++ src/distrib/sparc64/instfs/Makefile	Sun Jul 10 08:51:24 2011
@@ -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

Index: src/sys/arch/sparc64/conf/INSTALL
diff -u src/sys/arch/sparc64/conf/INSTALL:1.27 src/sys/arch/sparc64/conf/INSTALL:1.28
--- src/sys/arch/sparc64/conf/INSTALL:1.27	Sat May 22 15:55:41 2010
+++ src/sys/arch/sparc64/conf/INSTALL	Sun Jul 10 08:51:24 2011
@@ -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
 

Reply via email to