Subject: Re: current sgimips build failing
To: None <simonb@wasabisystems.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: current-users
Date: 12/05/2005 23:58:28
In article <20051205033148.D125923402@thoreau.thistledown.com.au>
simonb@wasabisystems.com wrote:

> This looks like a ramdisk has filled up.  Can you try bumping the size
> in the IMAGESIZE= line to "4m" in distrib/sgimips/instkernel/Makefile
> (and you may need to in distrib/sgimips/ramdisk/Makefile as well) and
> see if that works?

To save some more few bytes, is it easier to add -mmemcpy on building
ramdiskbin?
---
Izumi Tsutsui


Index: distrib/sgimips/ramdisk/Makefile
===================================================================
RCS file: /cvsroot/src/distrib/sgimips/ramdisk/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- distrib/sgimips/ramdisk/Makefile	1 Mar 2005 01:06:05 -0000	1.8
+++ distrib/sgimips/ramdisk/Makefile	5 Dec 2005 14:56:37 -0000
@@ -9,7 +9,7 @@
 MAKEFS_FLAGS=	-f 15 -o density=4k
 
 WARNS=		1
-DBG=		-Os
+DBG=		-Os -mmemcpy
 
 CRUNCHBIN=	ramdiskbin
 CRUNCHGEN_FLAGS= -d "${DBG}"