summaryrefslogtreecommitdiffstats
path: root/clang/www
diff options
context:
space:
mode:
Diffstat (limited to 'clang/www')
-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