Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308477 | Differences between
and this patch

Collapse All | Expand All

(-)a/libubacktrace/Makefile.in (-2 / +1 lines)
Lines 12-18 CFLAGS-libubacktrace := -DNOT_IN_libc -DIS_IN_libubacktrace $(SSP_ALL_CFLAGS) Link Here
12
12
13
LDFLAGS-libubacktrace.so := $(LDFLAGS) $(top_builddir)lib/libdl-$(VERSION).so
13
LDFLAGS-libubacktrace.so := $(LDFLAGS) $(top_builddir)lib/libdl-$(VERSION).so
14
14
15
ifeq ($(CONFIG_ARM_EABI),y)
15
ifeq ($(UCLIBC_HAS_BACKTRACE)$(CONFIG_ARM_EABI),yy)
16
LIBGCC += $(shell $(CC) -print-file-name=libgcc_eh.a)
16
LIBGCC += $(shell $(CC) -print-file-name=libgcc_eh.a)
17
endif
17
endif
18
18
19
- 

Return to bug 308477