blob: 2110c688d5f7b0e99b3ac227ed254c5c4f013570 (
plain)
1
2
3
4
5
6
7
|
# Compile libgcc2.a with pic.
HOST_LIBGCC2_CFLAGS += -fPIC
# Use unwind-dw2-fde-glibc.
LIB2ADDEH = $(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c \
$(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/unwind-c.c \
$(gcc_srcdir)/emutls.c
|