Commit 180ec37d authored by Måns Rullgård's avatar Måns Rullgård

Update pathscale compiler detection

Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4a6cc8fa
...@@ -1967,7 +1967,7 @@ elif $cc -V 2>&1 | grep -q Sun; then ...@@ -1967,7 +1967,7 @@ elif $cc -V 2>&1 | grep -q Sun; then
esac esac
done done
} }
elif $cc -v 2>&1 | grep -q PathScale; then elif $cc -v 2>&1 | grep -q 'PathScale\|Path64'; then
cc_type=pathscale cc_type=pathscale
cc_version=__PATHSCALE__ cc_version=__PATHSCALE__
cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :) cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment