From: Justin Bogner Date: Thu, 10 Dec 2015 20:52:59 +0000 (+0000) Subject: www: Mention -DGCC_INSTALL_PREFIX instead of --with-gcc-toolchain X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d545bc85ea00a67fde40e3777a7f6d853d8cad1;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_started.html b/www/get_started.html index 7716e8d4a4..541c45a914 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -109,7 +109,7 @@ follows:

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 --with-gcc-toolchain configure option + scenarios, you can use the -DGCC_INSTALL_PREFIX cmake option to tell Clang where the gcc containing the desired libstdc++ is installed.
  • Try it out (assuming you add llvm/Debug+Asserts/bin to your path):