summaryrefslogtreecommitdiff
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-03-10 19:08:52 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-03-10 19:08:52 +0000
commit714caf24bce322b08bed50f080d633949dc0bfff (patch)
treed4981e2f6e222df8b106ca452319c06c0abaa805 /docs/CFEBuildInstrs.html
parentd0f3c5e8b1cef2e4661de72eb62001a3f478d212 (diff)
downloadllvm-714caf24bce322b08bed50f080d633949dc0bfff.tar.gz
llvm-714caf24bce322b08bed50f080d633949dc0bfff.tar.bz2
llvm-714caf24bce322b08bed50f080d633949dc0bfff.tar.xz
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/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html2
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>