summaryrefslogtreecommitdiff
path: root/toolchain/musl
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/musl
parentd9f5e00fd639085cecbf024cf5d7656c3e641e1b (diff)
bsd fixes
Diffstat (limited to 'toolchain/musl')
-rw-r--r--toolchain/musl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile
index 8c25564cc..9b0cac27c 100644
--- a/toolchain/musl/Makefile
+++ b/toolchain/musl/Makefile
@@ -52,7 +52,7 @@ $(WRKBUILD)/.fixup:
$(MAKE) -C $(WRKBUILD) CFLAGS='$(TARGET_CFLAGS)' all
$(MAKE) -C $(WRKBUILD) CFLAGS='$(TARGET_CFLAGS)' DESTDIR=$(STAGING_TARGET_DIR) install
# cleanup toolchain
- -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -delete
+ -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -exec {} \;
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 \