summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-16 18:00:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-16 18:02:33 +0200
commitb690cd4daaab33dd093c0f4e2e6f314a305a89ec (patch)
tree47b385e4ec6c3603b244c23eb1806d607f1e9833 /toolchain/glibc
parentd072ee6681ac3e5387a52dec594cb5a3b05335f2 (diff)
do not delete gconv dir, required for iconv_open
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/Makefile1
1 files changed, 0 insertions, 1 deletions
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 \