summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-30 11:15:45 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-13 00:26:39 -0500
commit50f076d01c77d8782c455349d702507255abdc9d (patch)
tree5e57405875af14dd4b4317e05ac46c40bb66e04c
parent0a3cc64d4c8050758482f68c48482e6e375c4ffa (diff)
Revert "gcc 4.9.x produces some calls to abort()"
This reverts commit 69ba9dcaa13bb8bbdc8630265d73298c39945416.
-rw-r--r--ldso/ldso/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in
index bdd1d5e32..815264291 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)