diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-06 17:16:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-06 17:16:25 +0100 |
commit | 6ef0624986254ca2400a7355e296373fd54a1be8 (patch) | |
tree | 518d3fb168e1505f98671ee3621d653f5cbea67f /toolchain/uClibc/Makefile | |
parent | 82c6a8783762311101d342edef1d8492b0feac52 (diff) |
don't remember why this workaround was added. it is in since import from FreeWRT.
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r-- | toolchain/uClibc/Makefile | 2 |
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) |