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
This commit is contained in:
Reid Spencer
2004-12-15 00:14:01 +00:00
parent 18d3b982b4
commit f96eb57a4b
4 changed files with 16 additions and 60 deletions

View File

@@ -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