Browse code

Update pathscale compiler detection

Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/09/15 03:55:20
Showing 1 changed files
... ...
@@ -1967,7 +1967,7 @@ elif $cc -V 2>&1 | grep -q Sun; then
1967 1967
             esac
1968 1968
         done
1969 1969
     }
1970
-elif $cc -v 2>&1 | grep -q PathScale; then
1970
+elif $cc -v 2>&1 | grep -q 'PathScale\|Path64'; then
1971 1971
     cc_type=pathscale
1972 1972
     cc_version=__PATHSCALE__
1973 1973
     cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :)