summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2016-01-30 01:11:42 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2016-01-30 01:11:42 +0000
commitf094e0f3e30f2582efe72a91264a2b29cbf594ea (patch)
tree6d82f7d1ee414808693013fecd5aba831e0fae7f
parentf18fba6d96de9bd87ac84d0baf5e442fabed8813 (diff)
downloadbcm5719-llvm-f094e0f3e30f2582efe72a91264a2b29cbf594ea.tar.gz
bcm5719-llvm-f094e0f3e30f2582efe72a91264a2b29cbf594ea.zip
[docs] Remove references to autoconf build.
llvm-svn: 259281
-rw-r--r--libcxx/docs/BuildingLibcxx.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index f00ce4f9cff..0173326a5a6 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -34,8 +34,7 @@ The basic steps needed to build libc++ are:
#. Configure and build libc++ with libc++abi:
- CMake is the only supported configuration system. Unlike other LLVM
- projects autotools is not supported for either libc++ or libc++abi.
+ CMake is the only supported configuration system.
Clang is the preferred compiler when building and using libc++.
OpenPOWER on IntegriCloud