Author: bogner Date: Thu Dec 10 14:52:59 2015 New Revision: 255297 URL: http://llvm.org/viewvc/llvm-project?rev=255297&view=rev Log: www: Mention -DGCC_INSTALL_PREFIX instead of --with-gcc-toolchain
Since the instructions use cmake, we should probably refer to the cmake flags and not the configure ones. Modified: cfe/trunk/www/get_started.html Modified: cfe/trunk/www/get_started.html URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=255297&r1=255296&r2=255297&view=diff ============================================================================== --- cfe/trunk/www/get_started.html (original) +++ cfe/trunk/www/get_started.html Thu Dec 10 14:52:59 2015 @@ -109,7 +109,7 @@ follows:</p> the best version of libstdc++ headers available and use them - it will look both for system installations of libstdc++ as well as installations adjacent to Clang itself. If your configuration fits neither of these - scenarios, you can use the <tt>--with-gcc-toolchain</tt> configure option + scenarios, you can use the <tt>-DGCC_INSTALL_PREFIX</tt> cmake option to tell Clang where the gcc containing the desired libstdc++ is installed. </li> <li>Try it out (assuming you add llvm/Debug+Asserts/bin to your path): _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits