diff auto/cc/conf @ 4762:182aee3b1bf5

Added the Clang compiler support. The -Werror is commented out to not break builds on Linux.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:17:03 +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