From 5fca28334e00c7e1ad159924ac2db4a3e1c9e354 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Fri, 30 Aug 2013 04:40:31 +0400 Subject: [PATCH] tests/run-compiler.sh: use gcc, not cc. --- tests/run-compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/run-compiler.sh 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= -- 1.7.10.4