Use the install-bytecode target to install just the bytecode libs into

the CFE's install/bytecode-libs directory.

llvm-svn: 18493
This commit is contained in:
Reid Spencer 2004-12-04 08:13:20 +00:00
parent 144924cbaa
commit 9cb0f7097c
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ libgcc.a library, which you can find by running
<pre>
% gmake
% mkdir $CFEINSTALL/bytecode-libs
% gmake -C runtime install
% gmake -C runtime install-bytecode
% setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs
</pre></li>