diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-06 18:11:44 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-06 18:11:44 +0000 |
commit | 7b8afd5d26031b486e515171c88426ece3eaa31d (patch) | |
tree | e952f8d88ac0f6d9d7ebc440e758c261769a3beb /gcc/config/s390 | |
parent | 5fbe65857cd146c1bfd10c8b96e416386084afc9 (diff) | |
download | gcc-7b8afd5d26031b486e515171c88426ece3eaa31d.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114443 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/s390')
-rw-r--r-- | gcc/config/s390/t-tpf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/s390/t-tpf b/gcc/config/s390/t-tpf index 36971679c68..6e4c377697c 100644 --- a/gcc/config/s390/t-tpf +++ b/gcc/config/s390/t-tpf @@ -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 |