From a284f55473149870a62e51cc08b399f540a046ee Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 27 Jul 2006 08:51:08 +0000 Subject: [PATCH] Bigger bigsh for gcc and binutils --- commands/ash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ash/Makefile b/commands/ash/Makefile index 239739325..20fa1c415 100755 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -64,7 +64,7 @@ install: /usr/bin/ash /usr/bin/sh /bin/sh /bin/bigsh install -lcs $? $@ /bin/bigsh: /usr/bin/ash - install -S 1500000 -lcs $? $@ + install -S 6600k -lcs $? $@ clean: rm -f $(CLEANFILES) sh core -- 2.44.0