Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE
authorReid Spencer <rspencer@reidspencer.com>
Tue, 21 Dec 2004 18:52:08 +0000 (18:52 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 21 Dec 2004 18:52:08 +0000 (18:52 +0000)
Build instructions now direct the user to have the CFE generate executables
with those names via the --program-prefix=llvm configure option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19084 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index cb81b19c3f849edd96ddbe21be56d17144e14dd4..b365cc012ed15c4d55f613d1b9ca056bf340591d 100644 (file)
@@ -552,8 +552,6 @@ 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>