tests/run-compiler.sh: use gcc, not cc.
authorStas Boukarev <stassats@gmail.com>
Fri, 30 Aug 2013 00:40:31 +0000 (04:40 +0400)
committerStas Boukarev <stassats@gmail.com>
Fri, 30 Aug 2013 00:40:31 +0000 (04:40 +0400)
tests/run-compiler.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 8a09dc9..dbc01f9
@@ -4,7 +4,7 @@ platform="${SBCL_SOFTWARE_TYPE}-${SBCL_MACHINE_TYPE}"
 
 if [ -z "$CC" ]
 then
-    CC=cc
+    CC=gcc
 fi
 
 args=