summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-03-29 21:36:06 +0000
committerGabor Greif <ggreif@gmail.com>2010-03-29 21:36:06 +0000
commitbf82f94d35934642554b56df147d375f96e89060 (patch)
tree0d4152da9c1b7bf24ef08fdec9ee85eb15d66b8f
parentdcd7f927bd56eee41a50b2735c36c9a8623c188c (diff)
downloadbcm5719-llvm-bf82f94d35934642554b56df147d375f96e89060.tar.gz
bcm5719-llvm-bf82f94d35934642554b56df147d375f96e89060.zip
provide a simpler way to get to the headers
llvm-svn: 99843
-rw-r--r--clang/www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index f750fa09216..141698f6e81 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -65,7 +65,7 @@ follows:</p>
to find your C++ standard library headers. If Clang cannot find your
system libstdc++ headers, please follow these instructions:</li>
<ul>
- <li>'<tt>touch empty.cpp; gcc -v empty.cpp -fsyntax-only</tt>' to get the
+ <li>'<tt>gcc -v -x c++ /dev/null -fsyntax-only</tt>' to get the
path.</li>
<li>Look for the comment "FIXME: temporary hack:
hard-coded paths" in <tt>clang/lib/Frontend/InitHeaderSearch.cpp</tt> and
OpenPOWER on IntegriCloud