diff options
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 6fb989a..6513a9f 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -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 |