git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6cc8f
)
Update pathscale compiler detection
author
Måns Rullgård
<mans@mansr.com>
Tue, 14 Sep 2010 18:55:20 +0000
(18:55 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 14 Sep 2010 18:55:20 +0000
(18:55 +0000)
Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
26db167
..
d15be70
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1967,7
+1967,7
@@
elif $cc -V 2>&1 | grep -q Sun; then
esac
done
}
-elif $cc -v 2>&1 | grep -q
PathScale
; then
+elif $cc -v 2>&1 | grep -q
'PathScale\|Path64'
; then
cc_type=pathscale
cc_version=__PATHSCALE__
cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :)