aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-04 08:13:20 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-04 08:13:20 +0000
commit3149ba7a65dca988a715db7dcf31aa0e73a56a4e (patch)
treeb1fa0107a25d96a971a750286d57c07c1e8d65fb /docs
parent0e2f492a7c8050efb593af137dd9d178f59dd74a (diff)
Use the install-bytecode target to install just the bytecode libs into
the CFE's install/bytecode-libs directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CFEBuildInstrs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 393beaf0df..717e68aa22 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -233,7 +233,7 @@ libgcc.a library, which you can find by running
<pre>
% gmake
% mkdir $CFEINSTALL/bytecode-libs
- % gmake -C runtime install
+ % gmake -C runtime install-bytecode
% setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs
</pre></li>