summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Landden <slandden@gmail.com>2018-02-25 17:51:52 -0800
committerGitHub <noreply@github.com>2018-02-25 17:51:52 -0800
commit44f8fe0ca8b16ca0c306592ca51ea6152327883b (patch)
treee4f372766e59f5d1b1b4f12ebfcfad37cf639dfd
parentc792429c8749495b17480a704f0c05adf449bccf (diff)
downloaddistcc-git-44f8fe0ca8b16ca0c306592ca51ea6152327883b.tar.gz
mention clang is supported in docs
-rw-r--r--doc/web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/web/index.html b/doc/web/index.html
index 9edd619..108c8d3 100644
--- a/doc/web/index.html
+++ b/doc/web/index.html
@@ -114,7 +114,7 @@ For more detailed installation instructions, see the
<p>
distcc is not itself a compiler, but rather a front-end to the
- <a href="http://gcc.gnu.org/">GNU C/C++ compiler (gcc)</a>. (There
+ <a href="http://gcc.gnu.org/">GNU C/C++ compiler (gcc)</a> and <a href="https://clang.llvm.org/">LLVM compiler (clang)</a>. (There
is preliminary support for some other compilers but the main focus is
gcc.) Almost all gcc options and features work as normal.