summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 17:16:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 17:16:25 +0100
commit6ef0624986254ca2400a7355e296373fd54a1be8 (patch)
tree518d3fb168e1505f98671ee3621d653f5cbea67f
parent82c6a8783762311101d342edef1d8492b0feac52 (diff)
don't remember why this workaround was added. it is in since import from FreeWRT.
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index b935a2f53..e5f1d8cac 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -114,8 +114,6 @@ endif
RUNTIME_PREFIX=/ \
CPU_CFLAGS="$(TARGET_CFLAGS)" \
all install_runtime
- rm -rf $(STAGING_TARGET_DIR)/lib/libc.so
- ln -s libc.so.0 $(STAGING_TARGET_DIR)/lib/libc.so
# cleanup toolchain
-find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -delete
ifeq ($(ADK_TOOLCHAIN),y)