summaryrefslogtreecommitdiff
path: root/toolchain/uclibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-06 11:52:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-06 11:52:53 +0200
commit79a44ad433851e3e9443fbffbf690c5ab3316a94 (patch)
tree810f6cd111f55148bb7fcd8027a8d74be38fe46a /toolchain/uclibc/Makefile
parentd9f5e00fd639085cecbf024cf5d7656c3e641e1b (diff)
bsd fixes
Diffstat (limited to 'toolchain/uclibc/Makefile')
-rw-r--r--toolchain/uclibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uclibc/Makefile b/toolchain/uclibc/Makefile
index 936eab715..d149c6026 100644
--- a/toolchain/uclibc/Makefile
+++ b/toolchain/uclibc/Makefile
@@ -121,7 +121,7 @@ ifeq ($(ADK_UCLIBC_TEST),y)
endif
ifeq ($(ADK_TARGET_TOOLCHAIN),y)
# cleanup toolchain
- -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -delete
+ -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -exec {} \;
# strip target libs and host tools for toolchain builds
PATH="$(TARGET_PATH)" debug='0' prefix='${TARGET_CROSS}' ${BASH} ${SCRIPT_DIR}/rstrip.sh \
$(STAGING_TARGET_DIR) $(TOOLCHAIN_DIR)/usr/lib/gcc/$(GNU_TARGET_NAME)