less csr21-specific build-comparison script

This commit is contained in:
Christophe Rhodes 2015-09-04 21:41:07 +01:00
parent bfcfd35061
commit dda7416e18

View file

@ -9,8 +9,8 @@ for arch in x86 x86-64; do
for host in sbcl ccl32 ccl64 clisp; do
case $host in
sbcl) xc_host=sbcl;;
ccl32) xc_host='/home/csr21/src/lisp/ccl/lx86cl -b';;
ccl64) xc_host='/home/csr21/src/lisp/ccl/lx86cl64 -b';;
ccl32) xc_host='lx86cl -b';;
ccl64) xc_host='lx86cl64 -b';;
clisp) xc_host='clisp -ansi -on-error abort';;
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 -