Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE

Build instructions now direct the user to have the CFE generate executables
with those names via the --program-prefix=llvm configure option.

llvm-svn: 19084
This commit is contained in:
Reid Spencer 2004-12-21 18:52:08 +00:00
parent 7bb9d35be2
commit 0953cfc002
1 changed files with 0 additions and 2 deletions

View 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>