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 | 79e49cffb5e5ba7d94a8aac1ff6ff4ff34b0e4df (patch) | |
tree | 8f38ee01d01ec3c85791b77dd149fdc87a942413 /llvm/docs/GettingStarted.html | |
parent | 9ad0d55025563fa523c5fddd6d5152bfe09980e9 (diff) | |
download | bcm5719-llvm-79e49cffb5e5ba7d94a8aac1ff6ff4ff34b0e4df.tar.gz bcm5719-llvm-79e49cffb5e5ba7d94a8aac1ff6ff4ff34b0e4df.zip |
Correct documentation to reflect the change in location of the CFE runtime
libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib.
llvm-svn: 18939
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index ef561f6416a..e57defd27ca 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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> |