commit | a6c9e094762f560f77e2fd454fdbd4d401ecb6de | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Tue Jul 24 15:17:03 2012 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Tue Jul 24 15:17:03 2012 +0000 |
tree | bf6c3e8d4140a473762acccf2b8f2fe907c2c8c1 | |
parent | 9911ea4cd04bc33a54c82e811a454773949b242d [diff] [blame] |
Added the Clang compiler support. The -Werror is commented out to not break builds on Linux.
diff --git a/auto/cc/conf b/auto/cc/conf index c9118f2..8027b98 100644 --- a/auto/cc/conf +++ b/auto/cc/conf
@@ -56,6 +56,12 @@ . auto/cc/gcc ;; + clang) + # Clang C compiler + + . auto/cc/clang + ;; + icc) # Intel C++ compiler 7.1, 8.0, 8.1