[libcxx] r176093 - Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux.
Howard Hinnant
hhinnant at apple.com
Tue Feb 26 08:27:55 PST 2013
Author: hhinnant
Date: Tue Feb 26 10:27:55 2013
New Revision: 176093
URL: http://llvm.org/viewvc/llvm-project?rev=176093&view=rev
Log:
Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux.
Modified:
libcxx/trunk/www/index.html
Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=176093&r1=176092&r2=176093&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Tue Feb 26 10:27:55 2013
@@ -312,7 +312,7 @@ End of search list.
<ul>
<li><code>CC=clang CXX=clang++ cmake -G "Unix Makefiles"
-DLIBCXX_CXX_ABI=libcxxrt
- -DLIBCXX_LIBCXXABI_INCLUDE_PATHS="<libcxxrt-source-dir>/src"
+ -DLIBCXX_LIBCXXRT_INCLUDE_PATHS="<libcxxrt-source-dir>/src"
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr
<libc++-source-dir></code></li>
More information about the cfe-commits
mailing list