diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-09-19 15:58:53 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2012-01-27 10:05:09 +0100 |
commit | b80b28ee6fdf073e6baf9b893b3ecef9904a2e48 (patch) | |
tree | 5f984632da92468e8764f43b244be180b5ec9bb1 /libubacktrace/Makefile.in | |
parent | 80576869e1edf4f8dfb45eadf70a802938587f34 (diff) |
libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code
Do not pollute libraries with its own implementation of __aeabi_unwind_cpp_pr1 code.
Just add it to uclibc_nonshared.a archive and share it.
This fixes build issue with static linking of application due to multiple symbol
definition in libgcc_eh-a and libpthread.a or librt.a
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libubacktrace/Makefile.in')
-rw-r--r-- | libubacktrace/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libubacktrace/Makefile.in b/libubacktrace/Makefile.in index f675bf579..8a4b08123 100644 --- a/libubacktrace/Makefile.in +++ b/libubacktrace/Makefile.in @@ -12,10 +12,6 @@ CFLAGS-libubacktrace := -DNOT_IN_libc -DIS_IN_libubacktrace $(SSP_ALL_CFLAGS) LDFLAGS-libubacktrace.so := $(LDFLAGS) $(top_builddir)lib/libdl-$(VERSION).so -ifeq ($(UCLIBC_HAS_BACKTRACE)$(CONFIG_ARM_EABI),yy) -LIBGCC += $(shell $(CC) -print-file-name=libgcc_eh.a) -endif - LIBS-libubacktrace.so := $(LIBS) libubacktrace_FULL_NAME := libubacktrace-$(VERSION).so |