diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-15 00:14:01 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-15 00:14:01 +0000 |
commit | f96eb57a4bb9ceca22fa9609cc6eca8f74fa565e (patch) | |
tree | b047a5b30c95884b643a95bb8f5e4a60339dd788 /docs/CFEBuildInstrs.html | |
parent | 18d3b982b4c8f2acf43e0cd89f9114a5d82ee3e9 (diff) | |
download | external_llvm-f96eb57a4bb9ceca22fa9609cc6eca8f74fa565e.zip external_llvm-f96eb57a4bb9ceca22fa9609cc6eca8f74fa565e.tar.gz external_llvm-f96eb57a4bb9ceca22fa9609cc6eca8f74fa565e.tar.bz2 |
Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the
GettingStarted.html document in the environment section and only as an
optional feature.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 6513a9f..68541ed 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -132,8 +132,6 @@ invalid code. Instead, use the system assembler and linker. % cd build % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ --disable-shared --enable-languages=c,c++ - % gmake - % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install </pre> @@ -143,8 +141,6 @@ invalid code. Instead, use the system assembler and linker. % cd build % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ --disable-shared --enable-languages=c,c++ --disable-c-mbchar - % gmake - % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install </pre> @@ -163,8 +159,6 @@ functions from C as referenced from C++, so we typically configure with % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ --disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \ --disable-c-mbchar - % gmake - % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install </pre> @@ -233,7 +227,6 @@ libgcc.a library, which you can find by running % gmake % mkdir $CFEINSTALL/lib % gmake -C runtime install-bytecode - % setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/lib </pre></li> <li><p>Optionally, build a symbol table for the newly installed runtime |