We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edfb546 + 20d6a8e commit 6fca555Copy full SHA for 6fca555
mk/install.mk
@@ -93,17 +93,10 @@ install-target-$(1)-host-$(2): \
93
$$(SREQ$$(ISTAGE)_T_$(1)_H_$(2))
94
$$(Q)$$(call MK_INSTALL_DIR,$$(PTL$(1)$(2)))
95
$$(Q)$$(foreach crate,$$(TARGET_CRATES),\
96
- $$(call INSTALL_LIB,$$(call CFG_LIB_GLOB_$(1),$$(crate)));
+ $$(call INSTALL_LIB,$$(call CFG_LIB_GLOB_$(1),$$(crate)));\
97
$$(call INSTALL_LIB,$$(call CFG_RLIB_GLOB,$$(crate)));)
98
$$(Q)$$(call INSTALL_LIB,libmorestack.a)
99
100
-install-target-$(1)-host-$(2)-prep:
101
-
102
-install-target-$(1)-host-$(2)-morestack:
103
104
-install-target-$(1)-host-$(2)-lib-%:
105
-install-target-$(1)-host-$(2)-rlib-%:
106
107
endef
108
109
define INSTALL_HOST_N
0 commit comments