From dda7416e186a511bc68843342e127f0e81a37c9e Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 4 Sep 2015 21:41:07 +0100 Subject: [PATCH] less csr21-specific build-comparison script --- build-comparison.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-comparison.sh b/build-comparison.sh index e2cc78573..65beab401 100644 --- a/build-comparison.sh +++ b/build-comparison.sh @@ -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 -