[libcxx] r259281 - [docs] Remove references to autoconf build.
Alexey Samsonov via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 29 17:11:42 PST 2016
Author: samsonov
Date: Fri Jan 29 19:11:42 2016
New Revision: 259281
URL: http://llvm.org/viewvc/llvm-project?rev=259281&view=rev
Log:
[docs] Remove references to autoconf build.
Modified:
libcxx/trunk/docs/BuildingLibcxx.rst
Modified: libcxx/trunk/docs/BuildingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/BuildingLibcxx.rst?rev=259281&r1=259280&r2=259281&view=diff
==============================================================================
--- libcxx/trunk/docs/BuildingLibcxx.rst (original)
+++ libcxx/trunk/docs/BuildingLibcxx.rst Fri Jan 29 19:11:42 2016
@@ -34,8 +34,7 @@ The basic steps needed to build libc++ a
#. 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++.
More information about the cfe-commits
mailing list