Recommend using install-bytecode target

llvm-svn: 12270
This commit is contained in:
Brian Gaeke 2004-03-10 19:08:52 +00:00
parent 1eec234f91
commit 73121d9395
1 changed files with 1 additions and 1 deletions

View File

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