make gambit-prelude better fit suffix convention
svn: r3870
This commit is contained in:
parent
39c40327ab
commit
4d090051cc
|
@ -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>
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user