summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-22 01:37:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-22 01:37:47 +0000
commit5fb7160b0e8359f868228b1b76c1aa5e4716b51d (patch)
treedd37f1fe7114ec6c7721d27be7a4cf266df1c12f
parent8295ac709827572e073b86c0439bae0a61cdc7aa (diff)
downloadbcm5719-llvm-5fb7160b0e8359f868228b1b76c1aa5e4716b51d.tar.gz
bcm5719-llvm-5fb7160b0e8359f868228b1b76c1aa5e4716b51d.zip
Revert last patch until we can figure out how to build executables named
llvmgcc and llvmg++ correctly. llvm-svn: 19089
-rw-r--r--llvm/docs/GettingStarted.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index b365cc012ed..cb81b19c3f8 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -552,6 +552,8 @@ You can set these on the command line, or better yet, set them in your
of your bytecode libraries. It is optional and provided only a convenience
since you can specify the paths using the -L options of the tools.</dd>
+ <dt>alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/gcc</tt></dt>
+ <dt>alias llvmg++ <i>LLVMGCCDIR</i><tt>/bin/g++</tt></dt>
<dd></dt>These aliases allow you to use the LLVM C and C++ front ends
without putting them in your <tt>PATH</tt> or typing in their complete
pathnames.</dd>
OpenPOWER on IntegriCloud