diff options
Diffstat (limited to 'libgcc/config/s390/t-tpf')
-rw-r--r-- | libgcc/config/s390/t-tpf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libgcc/config/s390/t-tpf b/libgcc/config/s390/t-tpf index 2110c688d5f..9d416acc12d 100644 --- a/libgcc/config/s390/t-tpf +++ b/libgcc/config/s390/t-tpf @@ -1,7 +1,2 @@ # 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 |