diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-14 22:07:29 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-14 22:07:29 +0000 |
commit | 201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7 (patch) | |
tree | fb85b8f2b44fe1640ba23efc7501a3c28da74340 /docs/GettingStarted.html | |
parent | 0ce8580fcd23839b69eb36af7b0cb789be4b2763 (diff) | |
download | external_llvm-201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7.zip external_llvm-201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7.tar.gz external_llvm-201ddef2eaf2b9391b7cd1ae5de361b93c8c3ef7.tar.bz2 |
Correct documentation to reflect the change in location of the CFE runtime
libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ef561f6..e57defd 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -548,7 +548,7 @@ You can set these on the command line, or better yet, set them in your <tt>.cshrc</tt> or <tt>.profile</tt>. <dl> - <dt><tt>LLVM_LIB_SEARCH_PATH</tt>=<tt><i>LLVMGCCDIR</i>/bytecode-libs</tt> + <dt><tt>LLVM_LIB_SEARCH_PATH</tt>=<tt><i>LLVMGCCDIR</i>/lib</tt> <dd> This environment variable helps the LLVM GCC front end find bytecode libraries that it will need for compilation. @@ -806,10 +806,10 @@ script to configure the build system:</p> <tt>LLVM_LIB_SEARCH_PATH</tt> environment variable in your startup shell scripts. 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 of the <tt>bytecode-libs</tt> subdirectory of the GCC front -end, or <i>LLVMGCCDIR</i>/<tt>bytecode-libs</tt>. For example, one might set +the absolute path of the <tt>lib</tt> subdirectory of the GCC front +end, or <i>LLVMGCCDIR</i>/<tt>lib</tt>. 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 +<tt>/home/vadve/lattner/local/x86/llvm-gcc/lib</tt> for the x86 version of the GCC front end on our research machines.</p> </div> |