From: Stas Boukarev Date: Fri, 30 Aug 2013 00:40:31 +0000 (+0400) Subject: tests/run-compiler.sh: use gcc, not cc. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=5fca28334e00c7e1ad159924ac2db4a3e1c9e354;p=sbcl.git tests/run-compiler.sh: use gcc, not cc. --- diff --git a/tests/run-compiler.sh b/tests/run-compiler.sh old mode 100644 new mode 100755 index 8a09dc9..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=