previously, target ldd and ldconfig binaries were installed in the host
toolchain area

Signed-off-by: Andy Leiserson <[email protected]>
---
 toolchain/uClibc/utils/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/toolchain/uClibc/utils/Makefile b/toolchain/uClibc/utils/Makefile
index 83100d7..209ad47 100644
--- a/toolchain/uClibc/utils/Makefile
+++ b/toolchain/uClibc/utils/Makefile
@@ -7,18 +7,18 @@ 
HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_utils_installed
 
 define Host/Compile
        $(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(HOST_BUILD_DIR)/Rules.mak
-       $(UCLIBC_MAKE) PREFIX= utils
+       $(UCLIBC_MAKE) PREFIX= hostutils
 endef
 
 define Host/Install
        $(INSTALL_DIR) $(TOOLCHAIN_DIR)/bin
        $(INSTALL_BIN) \
-               $(HOST_BUILD_DIR)/utils/ldd \
-               $(TOOLCHAIN_DIR)/bin/
+               $(HOST_BUILD_DIR)/utils/ldd.host \
+               $(TOOLCHAIN_DIR)/bin/ldd
        $(INSTALL_DIR) $(TOOLCHAIN_DIR)/sbin
        $(INSTALL_BIN) \
-               $(HOST_BUILD_DIR)/utils/ldconfig \
-               $(TOOLCHAIN_DIR)/sbin/
+               $(HOST_BUILD_DIR)/utils/ldconfig.host \
+               $(TOOLCHAIN_DIR)/sbin/ldconfig
 endef
 
 $(eval $(call HostBuild))
-- 
1.8.3.2
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to