mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +00:00
Correct documentation to reflect the change in location of the CFE runtime
libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18939 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -231,9 +231,9 @@ libgcc.a library, which you can find by running
|
||||
These are the commands you need.</p>
|
||||
<pre>
|
||||
% gmake
|
||||
% mkdir $CFEINSTALL/bytecode-libs
|
||||
% mkdir $CFEINSTALL/lib
|
||||
% gmake -C runtime install-bytecode
|
||||
% setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs
|
||||
% setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/lib
|
||||
</pre></li>
|
||||
|
||||
<li><p>Optionally, build a symbol table for the newly installed runtime
|
||||
|
||||
Reference in New Issue
Block a user