This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, 1.0 has been updated
via f52fb21a7af0aa4e983b3e6c2ddd1b6a526b5169 (commit)
from 25d02e00d0b9c3c981e18babd9d6dbc19f0a2787 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f52fb21a7af0aa4e983b3e6c2ddd1b6a526b5169
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Sat Aug 15 00:23:01 2015 +0200
ldso: install backward compatibility symlink by default
Simplify the switch from uClibc to uClibc-ng suggested
by Alexey Brodkin <Alexey.Brodkin(a)synopsys.com>om>.
Gcc always uses .0 ld.so link, so install it by default.
-----------------------------------------------------------------------
Summary of changes:
ldso/ldso/Makefile.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in
index 424131c..21e0dbc 100644
--- a/ldso/ldso/Makefile.in
+++ b/ldso/ldso/Makefile.in
@@ -74,6 +74,8 @@ $(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) $@
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date