aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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