summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-08-19 02:19:02 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-08-19 02:19:02 +0200
commitcb62dc41759f526e0ea8ed7c7ad8050a093ff827 (patch)
tree55e20f68aa0d020195372b76351b80a41fa7e82d
parentf52fb21a7af0aa4e983b3e6c2ddd1b6a526b5169 (diff)
Revert "ldso: install backward compatibility symlink by default"
This reverts commit f52fb21a7af0aa4e983b3e6c2ddd1b6a526b5169. Totally wrong patch.
-rw-r--r--ldso/ldso/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in
index 21e0dbc27..424131ccb 100644
--- a/ldso/ldso/Makefile.in
+++ b/ldso/ldso/Makefile.in
@@ -74,8 +74,6 @@ $(ldso): $(ldso:.$(ABI_VERSION)=)
$(ldso:.$(ABI_VERSION)=): | $(top_builddir)lib
$(ldso:.$(ABI_VERSION)=): $($(UCLIBC_LDSO_NAME)_OUT)/$(UCLIBC_LDSO_NAME)_so.a
$(call link.so,$(ldso_FULL_NAME),$(ABI_VERSION))
- # link for backward compatibility
- $(call link.so,$(ldso_FULL_NAME),0)
$($(UCLIBC_LDSO_NAME)_OUT)/$(UCLIBC_LDSO_NAME)_so.a: $(ldso-y)
$(Q)$(RM) $@