mirror of git://gcc.gnu.org/git/gcc.git
t-tpf (LIB2ADDEH): Include unwind-dw2-fde-glibc.c in lieu of unwind-dw2-fde.c.
2006-06-06 Peter Lemieszewski <lemie@us.ibm.com> * config/s390/t-tpf (LIB2ADDEH): Include unwind-dw2-fde-glibc.c in lieu of unwind-dw2-fde.c. From-SVN: r114443
This commit is contained in:
parent
33815e0c91
commit
7c78582a31
|
|
@ -1,3 +1,8 @@
|
|||
2006-06-06 Peter Lemieszewski <lemie@us.ibm.com>
|
||||
|
||||
* config/s390/t-tpf (LIB2ADDEH): Include unwind-dw2-fde-glibc.c
|
||||
in lieu of unwind-dw2-fde.c.
|
||||
|
||||
2006-06-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||
|
||||
* config/i386/mingw32.h (GOMP_SELF_SPECS): Define.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC
|
|||
# Compile libgcc2.a with pic.
|
||||
TARGET_LIBGCC2_CFLAGS = -fPIC
|
||||
|
||||
# Use unwind-dw2-fde.
|
||||
LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \
|
||||
# Use unwind-dw2-fde-glibc.
|
||||
LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \
|
||||
$(srcdir)/unwind-sjlj.c $(srcdir)/gthr-gnat.c $(srcdir)/unwind-c.c
|
||||
LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue