From: Chris Hanson Date: Wed, 8 Oct 2008 07:14:15 +0000 (+0000) Subject: Explicitly specify the band to use when cross compiling. The recent X-Git-Tag: 20090517-FFI~106 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4ea5de7c3cf71cb104d7e137221ae77b1f9ce6fc;p=mit-scheme.git Explicitly specify the band to use when cross compiling. The recent change of the default band violated the assumptions used here. --- diff --git a/v7/src/etc/c-prepare.sh b/v7/src/etc/c-prepare.sh index e6904cf57..1807309f9 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.11 2008/01/30 20:02:08 cph Exp $ +# $Id: c-prepare.sh,v 1.12 2008/10/08 07:14:09 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -34,7 +34,7 @@ else exit 1 fi -run_cmd "${EXE}" --heap 6000 --stack 200 <