X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-compiler.sh;h=dbc01f964fe3ba05c1f108ea27960b6d0eb32b97;hb=fa8bdac034de1d709f3f95d09f3d0607f88e46ad;hp=c59baae675ad09738422e689bd9ae23d47e7e01c;hpb=bdcbd4b5e84d132719e32b3c87fb77527b475efe;p=sbcl.git diff --git a/tests/run-compiler.sh b/tests/run-compiler.sh old mode 100644 new mode 100755 index c59baae..dbc01f9 --- a/tests/run-compiler.sh +++ b/tests/run-compiler.sh @@ -4,7 +4,7 @@ platform="${SBCL_SOFTWARE_TYPE}-${SBCL_MACHINE_TYPE}" if [ -z "$CC" ] then - CC=cc + CC=gcc fi args= @@ -25,7 +25,7 @@ while [ $# -gt 0 ]; do FreeBSD-X86-64) new=-fPIC ;; Linux-MIPS) new=-fPIC ;; Linux-X86-64) new=-fPIC ;; - Linux-PowerPC) new=-fPIC ;; + Linux-PowerPC) new=-fPIC ;; NetBSD-PowerPC) new=-fPIC ;; NetBSD-X86-64) new=-fPIC ;; OpenBSD-PowerPC) new=-fPIC ;;