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, master has been updated via 246ac4c1671e470de1c81fd3ae0a5db74d18339f (commit) from 18f2dcaa53b7c34625d9bb2cc7c4a89d60d6b375 (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 246ac4c1671e470de1c81fd3ae0a5db74d18339f Author: Waldemar Brodkorb wbx@openadk.org Date: Thu Apr 2 15:20:39 2015 -0500
for xtensa this is still required to avoid build breakage
-----------------------------------------------------------------------
Summary of changes: ldso/ldso/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in index e0d0a09..cd6e492 100644 --- a/ldso/ldso/Makefile.in +++ b/ldso/ldso/Makefile.in @@ -27,6 +27,11 @@ CFLAGS-$(DODEBUG)-ldso/ldso := -O2 -g
CFLAGS-ldso.c := -DLDSO_ELFINTERP="$(TARGET_ARCH)/elfinterp.c"
+# avoid ld.so linking error since gcc 4.9.x: undefined reference to abort +ifeq ($(TARGET_ARCH),xtensa) +CFLAGS-ldso.c += -fno-delete-null-pointer-checks +endif + LDFLAGS-$(UCLIBC_FORMAT_DSBT_ELF)-$(UCLIBC_LDSO_NAME).so := -Wl,--dsbt-index=1 ifneq ($(SUPPORT_LD_DEBUG),y) LDFLAGS-$(UCLIBC_LDSO_NAME).so := $(LDFLAGS)
hooks/post-receive