diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/cc/conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/cc/conf b/auto/cc/conf index c9118f2fd..8027b9805 100644 --- 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 |
