From: Reid Spencer Date: Sat, 4 Dec 2004 08:13:20 +0000 (+0000) Subject: Use the install-bytecode target to install just the bytecode libs into X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3149ba7a65dca988a715db7dcf31aa0e73a56a4e;p=oota-llvm.git 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 --- diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 393beaf0dfd..717e68aa22a 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -233,7 +233,7 @@ libgcc.a library, which you can find by running
  % gmake
  % mkdir $CFEINSTALL/bytecode-libs
- % gmake -C runtime install
+ % gmake -C runtime install-bytecode
  % setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs