]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Also allow GCC 2.95's --version output when checking for supported compiler
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2010 13:06:31 +0000 (15:06 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2010 13:06:31 +0000 (15:06 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 9aff0faa3dac6bf3f536db265c78fec8ab384daa..9e9b45cdafb23673e6d60ea81cb9d2d720df6fa6 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -1312,7 +1312,7 @@ if [ -z "$CCACHE" ]; then
 fi
 
 case `$COMPILER --version 2>&1 | head -1` in
-    gcc*)
+    gcc*|2.95*)
         ;;
     *)
         echo "$COMPILER not supported -- not running tests"