提交 f12d3dc3 编写于 作者: M Mark Adler

Detect clang in cc version.

上级 50dca6d1
......@@ -175,6 +175,7 @@ case "$cc" in
esac
case `$cc -v 2>&1` in
*gcc*) gcc=1 ;;
*clang*) gcc=1 ;;
esac
show $cc -c $test.c
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册