about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-07-14 23:40:19 -0700
committerbors <bors@rust-lang.org>2013-07-14 23:40:19 -0700
commit60d5bb941324f1c1faee9ff60360e169a410e87b (patch)
tree4218acb8e840f872c379e491e9bdf25df819bfd5
parentfd80291cdcd4e4fd2fd000a2cce5e65390682249 (diff)
parent27435c081fea3f6f134f7233a9a3d92deaaa0e02 (diff)
downloadrust-60d5bb941324f1c1faee9ff60360e169a410e87b.tar.gz
rust-60d5bb941324f1c1faee9ff60360e169a410e87b.zip
auto merge of #7796 : thomaslee/rust/issue-6247, r=z0w0
This closes #6247 by simply ensuring librustllvm.so gets installed to the target lib directory in addition to the host lib directory.
-rw-r--r--mk/install.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/install.mk b/mk/install.mk
index fbd01e731bd..07cb21217ae 100644
--- a/mk/install.mk
+++ b/mk/install.mk
@@ -97,6 +97,7 @@ install-target-$(1)-host-$(2): LIB_DESTIN_DIR=$$(PTL$(1)$(2))
 install-target-$(1)-host-$(2): $$(CSREQ$$(ISTAGE)_T_$(1)_H_$(2))
 	$$(Q)mkdir -p $$(PTL$(1)$(2))
 	$$(Q)$$(call INSTALL_LIB,$$(CFG_RUNTIME_$(1)))
+	$$(Q)$$(call INSTALL_LIB,$$(CFG_RUSTLLVM_$(1)))
 	$$(Q)$$(call INSTALL_LIB,$$(STDLIB_GLOB_$(1)))
 	$$(Q)$$(call INSTALL_LIB,$$(EXTRALIB_GLOB_$(1)))
 	$$(Q)$$(call INSTALL_LIB,$$(LIBRUSTC_GLOB_$(1)))