Skip to content
Snippets Groups Projects
Commit f12d3dc3 authored by Mark Adler's avatar Mark Adler
Browse files

Detect clang in cc version.

parent 50dca6d1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment