From 78a9db7ae0a6193e018d98528237766261c1a1fa Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Thu, 10 Dec 2015 20:52:59 +0000 Subject: [PATCH] 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. llvm-svn: 255297 --- clang/www/get_started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 7716e8d..541c45a 100644 --- a/clang/www/get_started.html +++ b/clang/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): -- 2.7.4