Use the install-bytecode target to install just the bytecode libs into
authorReid Spencer <rspencer@reidspencer.com>
Sat, 4 Dec 2004 08:13:20 +0000 (08:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 4 Dec 2004 08:13:20 +0000 (08:13 +0000)
the CFE's install/bytecode-libs directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18493 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html

index 393beaf0dfd8b534a3a4f7a841c424a9bced9e2b..717e68aa22abc09dc6c0b98301a6c956d96fcb79 100644 (file)
@@ -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>