make gambit-prelude better fit suffix convention

svn: r3870
This commit is contained in:
Matthew Flatt 2006-07-28 16:47:25 +00:00
parent 39c40327ab
commit 4d090051cc
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Bechmarks obtained from
http://www.ccs.neu.edu/home/will/GC/sourcecode.html
Files that end in ".sch" are supposed to be standard Scheme plus `time'.
Files that end in ".ss" are MzScheme wrapper modules.
Files that end in ".ss" are MzScheme wrapper modules or helper scripts.
To build <benchmark>.sch with Gambit, Bigloo, or Chicken:
mzscheme -qr mk-gambit.ss <banchmark>

View File

@ -3,7 +3,7 @@
(define name (vector-ref (current-command-line-arguments) 0))
(when (system (format "gsc -prelude '(include \"gambit-prelude.ss\")' ~a.sch"
(when (system (format "gsc -prelude '(include \"gambit-prelude.sch\")' ~a.sch"
name))
(when (system (format "gcc -o ~a -O2 -D___SINGLE_HOST ~a.c ~a_.c -lgambc"
name name name))