提交 349d78fe 编写于 作者: M Måns Rullgård

Detect PathScale compiler

Originally committed as revision 24552 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6f2c05f3
......@@ -1934,6 +1934,14 @@ elif $cc -V 2>&1 | grep -q Sun; then
esac
done
}
elif $cc -v 2>&1 | grep -q PathScale; then
cc_type=pathscale
cc_version=__PATHSCALE__
cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :)
CC_DEPFLAGS='-MMD -MF $(@:.o=.d) -MT $@'
AS_DEPFLAGS='-MMD -MF $(@:.o=.d) -MT $@'
speed_cflags='-O2'
size_cflags='-Os'
fi
test -n "$cc_type" && enable $cc_type ||
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册