diff auto/cc/conf @ 4799:24f2b8495f7d stable-1.2

Merge of r4763: added the Clang compiler support. The -Werror is commented out to not break builds on Linux.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:10:35 +0000
parents d620f497c50f
children 945aa9c7f282
line wrap: on
line diff
--- a/auto/cc/conf
+++ b/auto/cc/conf
@@ -56,6 +56,12 @@ else
             . auto/cc/gcc
         ;;
 
+        clang)
+            # Clang C compiler
+
+            . auto/cc/clang
+        ;;
+
         icc)
             # Intel C++ compiler 7.1, 8.0, 8.1