From: Joel Rosdahl Date: Sun, 30 May 2010 13:06:31 +0000 (+0200) Subject: Also allow GCC 2.95's --version output when checking for supported compiler X-Git-Tag: v3.0~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=010d377849c5f65e4ef7373f399cd99fa528f07e;p=thirdparty%2Fccache.git Also allow GCC 2.95's --version output when checking for supported compiler --- diff --git a/test.sh b/test.sh index 9aff0faa3..9e9b45cda 100755 --- 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"