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 | 360d6b71a3fbaa5ad403d4b598126b4a537d7583 (patch) | |
| tree | e48f7b9847ac51785ed46f1bccd07f9f8c503289 /llvm/docs/CFEBuildInstrs.html | |
| parent | 05d4d6026c112aa9f7968562856a95caf689c12a (diff) | |
| download | bcm5719-llvm-360d6b71a3fbaa5ad403d4b598126b4a537d7583.tar.gz bcm5719-llvm-360d6b71a3fbaa5ad403d4b598126b4a537d7583.zip | |
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.
llvm-svn: 18944
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
| -rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 6513a9fdcac..68541ed2830 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/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 |

