summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
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
commit6caa5ec8b51f869d5f519bdfa8fde0a4a302b79e (patch)
treeeed959cf12d15b81365f51925f5ce26f4b7d171e /docs/GettingStarted.html
parent81417b631ac903fed0e31ff009a42f24a539afb7 (diff)
downloadllvm-6caa5ec8b51f869d5f519bdfa8fde0a4a302b79e.tar.gz
llvm-6caa5ec8b51f869d5f519bdfa8fde0a4a302b79e.tar.bz2
llvm-6caa5ec8b51f869d5f519bdfa8fde0a4a302b79e.tar.xz
Revert last patch until we can figure out how to build executables named
llvmgcc and llvmg++ correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index b365cc012e..cb81b19c3f 100644
--- a/docs/GettingStarted.html
+++ b/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>