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 0c5a5b1aa93ee051556d487b68352cec0c3e1a96 (commit)
from 9385c07ed05b36b12417fc01a37d10ed5908244e (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 0c5a5b1aa93ee051556d487b68352cec0c3e1a96
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Sun Mar 29 16:22:30 2015 -0500
Revert "gcc 4.9.x produces some calls to abort()"
This reverts commit 8d73c06c7a78745a50dc8683fd117aeacd71a04b.
Fixed in a better way by Bernhard in uClibc.
-----------------------------------------------------------------------
Summary of changes:
ldso/ldso/Makefile.in | 8 --------
1 file changed, 8 deletions(-)
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in
index 56f4a45..e0d0a09 100644
--- a/ldso/ldso/Makefile.in
+++ b/ldso/ldso/Makefile.in
@@ -27,14 +27,6 @@ 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
-ifeq ($(TARGET_ARCH),sh)
-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
--
uClibc-ng - small C library for embedded systems
Show replies by date