diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-21 18:52:08 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-21 18:52:08 +0000 |
| commit | 0953cfc002b13aacbd36329e158243a1f7b164a9 (patch) | |
| tree | bc1542365088fad1c77526e9cd6b0dff99189c69 /llvm/docs | |
| parent | 7bb9d35be286e3d1609e59e56f3f91208ff0cd63 (diff) | |
| download | bcm5719-llvm-0953cfc002b13aacbd36329e158243a1f7b164a9.tar.gz bcm5719-llvm-0953cfc002b13aacbd36329e158243a1f7b164a9.zip | |
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
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index cb81b19c3f8..b365cc012ed 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -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> |

