Browse Source

don't remember why this workaround was added. it is in since import from FreeWRT.

Waldemar Brodkorb 11 years ago
parent
commit
6ef0624986
1 changed files with 0 additions and 2 deletions
  1. 0 2
      toolchain/uClibc/Makefile

+ 0 - 2
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)