summaryrefslogtreecommitdiff
path: root/www/get_started.html
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
commit74350825e370a37fb3baec78082078b28fc3c8b4 (patch)
treec21c395ce637aadeb6425c52f112592e87a84467 /www/get_started.html
parentcb9bafeb9bcd8c92ab9647a4a3f074180ce6dedb (diff)
downloadclang-74350825e370a37fb3baec78082078b28fc3c8b4.tar.gz
provide a simpler way to get to the headers
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html
index f750fa0921..141698f6e8 100644
--- a/www/get_started.html
+++ b/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