aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-21 18:52:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-21 18:52:08 +0000
commit4b04f53b0c978801d942cf611f64387eb37c1c9c (patch)
treeb5669ae3cb260cc9f8e07f0a9f02636dfebc5a2c /docs/GettingStarted.html
parent2c1ce655d40cc4cc717b2971a611f348f9652dd4 (diff)
downloadexternal_llvm-4b04f53b0c978801d942cf611f64387eb37c1c9c.zip
external_llvm-4b04f53b0c978801d942cf611f64387eb37c1c9c.tar.gz
external_llvm-4b04f53b0c978801d942cf611f64387eb37c1c9c.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19084 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index cb81b19..b365cc0 100644
--- a/docs/GettingStarted.html
+++ b/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>