Future branch status

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:04:47 UTC 2012


On 15 June 2012 11:42, Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> wrote:
> On 27 April 2012 13:38, Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> wrote:
>> On 26 April 2012 18:08, Khem Raj <raj.khem at gmail.com> wrote:
>>> On Thu, Apr 26, 2012 at 8:18 AM, Bernhard Reutner-Fischer
>>> <rep.dot.nop at gmail.com> wrote:
>
> Hi,
>
> FYI, I have reinstated ppc boot now (arch independent deadlock) and
> thus will push Peter's whole series ASAP.

Independently of future i accumulated the following hunk which i will
not push for now, fwiw:

diff --git a/Makefile.in b/Makefile.in
index 58cac6d..ef84800 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -363,6 +367,8 @@ ifeq ($(HARDWIRED_ABSPATH),y)
 else
        -$(INSTALL) -m 755 $(top_builddir)lib/libc.so
$(PREFIX)$(DEVEL_PREFIX)$(MULTILIB_DIR)/
 endif
+       $(Q)echo "GROUP ( AS_NEEDED ( librt.so.0 libpthread.so.0 ) )" >> \
+               $(PREFIX)$(DEVEL_PREFIX)$(MULTILIB_DIR)/libc.so
 ifeq ($(UCLIBC_HAS_BACKTRACE),y)
 # Add the AS_NEEDED entry for libubacktrace.so
        if [ -f $(top_builddir)lib/libc.so -a -f
$(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR)/$(SHARED_LIBNAME) ] ; then \


More information about the uClibc mailing list