summaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-06 20:51:45 +0000
committerChris Lattner <sabre@nondot.org>2003-11-06 20:51:45 +0000
commite9660e00b0bfba93bef72a7d6084769141793cd1 (patch)
treeeb90ef735812f84d37ae81ba5d6f1bacb1c3fb99 /docs/GettingStarted.html
parent934c9c9959b28b5e56f8ce4bf1040ce501538b95 (diff)
downloadexternal_llvm-e9660e00b0bfba93bef72a7d6084769141793cd1.zip
external_llvm-e9660e00b0bfba93bef72a7d6084769141793cd1.tar.gz
external_llvm-e9660e00b0bfba93bef72a7d6084769141793cd1.tar.bz2
No wonder noone can set up LLVMGCCDIR correctly!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 252f3ca..3aab193 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -315,14 +315,14 @@
<tt>.cshrc</tt> or <tt>.profile</tt>.
<dl compact>
- <dt><tt>LLVM_LIB_SEARCH_PATH</tt>=<tt><i>LLVMGCCDIR</i>/llvm-gcc/bytecode-libs</tt>
+ <dt><tt>LLVM_LIB_SEARCH_PATH</tt>=<tt><i>LLVMGCCDIR</i>/bytecode-libs</tt>
<dd>
This environment variable helps the LLVM GCC front end find bytecode
libraries that it will need for compilation.
<p>
- <dt>alias llvmgcc <i>LLVMGCCDIR</i><tt>/llvm-gcc/bin/gcc</tt>
- <dt>alias llvmg++ <i>LLVMGCCDIR</i><tt>/llvm-gcc/bin/g++</tt>
+ <dt>alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/gcc</tt>
+ <dt>alias llvmg++ <i>LLVMGCCDIR</i><tt>/bin/g++</tt>
<dd>
This alias allows you to use the LLVM C and C++ front ends without putting
them in your <tt>PATH</tt> or typing in their complete pathnames.
@@ -515,7 +515,7 @@
This environment variable is used to locate "system" libraries like
"<tt>-lc</tt>" and "<tt>-lm</tt>" when linking. This variable should be set
to the absolute path for the bytecode-libs subdirectory of the GCC front end
- install, or <i>LLVMGCCDIR</i>/llvm-gcc/bytecode-libs. For example, one might
+ install, or <i>LLVMGCCDIR</i>/bytecode-libs. For example, one might
set <tt>LLVM_LIB_SEARCH_PATH</tt> to
<tt>/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs</tt> for the X86
version of the GCC front end on our research machines.<p>
@@ -1043,7 +1043,7 @@
<!-- Created: Mon Jul 1 02:29:02 CDT 2002 -->
<!-- hhmts start -->
- Last modified: Mon Oct 27 12:00:00 CDT 2003
- <!-- hhmts end -->
+Last modified: Thu Nov 6 14:50:33 CST 2003
+<!-- hhmts end -->
</body>
</html>