From b690cd4daaab33dd093c0f4e2e6f314a305a89ec Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Jun 2014 18:00:14 +0200 Subject: do not delete gconv dir, required for iconv_open --- toolchain/glibc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'toolchain/glibc/Makefile') diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index f1163195c..ef7b6e15d 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -67,7 +67,6 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.fixup: -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -delete rm -rf $(STAGING_TARGET_DIR)/usr/share/locale $(STAGING_TARGET_DIR)/usr/share/i18n - rm -rf $(STAGING_TARGET_DIR)/usr/lib/gconv ifeq ($(ADK_TARGET_TOOLCHAIN),y) # strip target libs and host tools for toolchain builds PATH="$(TARGET_PATH)" debug='0' prefix='${TARGET_CROSS}' ${BASH} ${SCRIPT_DIR}/rstrip.sh \ -- cgit v1.2.3