mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
less csr21-specific build-comparison script
This commit is contained in:
parent
bfcfd35061
commit
dda7416e18
|
|
@ -9,8 +9,8 @@ for arch in x86 x86-64; do
|
||||||
for host in sbcl ccl32 ccl64 clisp; do
|
for host in sbcl ccl32 ccl64 clisp; do
|
||||||
case $host in
|
case $host in
|
||||||
sbcl) xc_host=sbcl;;
|
sbcl) xc_host=sbcl;;
|
||||||
ccl32) xc_host='/home/csr21/src/lisp/ccl/lx86cl -b';;
|
ccl32) xc_host='lx86cl -b';;
|
||||||
ccl64) xc_host='/home/csr21/src/lisp/ccl/lx86cl64 -b';;
|
ccl64) xc_host='lx86cl64 -b';;
|
||||||
clisp) xc_host='clisp -ansi -on-error abort';;
|
clisp) xc_host='clisp -ansi -on-error abort';;
|
||||||
esac
|
esac
|
||||||
./make.sh --arch=$arch --xc-host="$xc_host" "$@" && tar cf - run-sbcl.sh src/runtime/sbcl obj/from-xc output | tar -C $OUT/$arch/$host -xf -
|
./make.sh --arch=$arch --xc-host="$xc_host" "$@" && tar cf - run-sbcl.sh src/runtime/sbcl obj/from-xc output | tar -C $OUT/$arch/$host -xf -
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue