diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-10 19:08:52 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-10 19:08:52 +0000 |
commit | 714caf24bce322b08bed50f080d633949dc0bfff (patch) | |
tree | d4981e2f6e222df8b106ca452319c06c0abaa805 /docs | |
parent | d0f3c5e8b1cef2e4661de72eb62001a3f478d212 (diff) |
Recommend using install-bytecode target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CFEBuildInstrs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 35530a24eb..24ea162fa6 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -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> |