From: Chris Hanson Date: Sat, 9 Jun 2007 02:38:06 +0000 (+0000) Subject: Eliminate COMPILE-BOOTSTRAP-3 by moving its contents into C-PREPARE X-Git-Tag: 20090517-FFI~538 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0b4dff8940798d358400c54d93f7149515e60ab6;p=mit-scheme.git Eliminate COMPILE-BOOTSTRAP-3 by moving its contents into C-PREPARE and NATIVE-PREPARE, each of which needs more specific initialization. --- diff --git a/v7/src/etc/c-prepare.sh b/v7/src/etc/c-prepare.sh index b65228d10..83e891fa7 100755 --- a/v7/src/etc/c-prepare.sh +++ b/v7/src/etc/c-prepare.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: c-prepare.sh,v 1.8 2007/06/09 01:19:14 cph Exp $ +# $Id: c-prepare.sh,v 1.9 2007/06/09 02:38:00 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -37,6 +37,5 @@ echo "${CMD}" ${CMD} <" exit 1 fi -CMD="${EXE} --heap 6000" +CMD="${EXE} --heap 6000 --stack 200" echo "${CMD}" ${CMD} <