diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-03 16:07:21 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-03 16:07:21 +0000 |
commit | 506cfbc8d584920ca94c303012c4d287f3c4e58f (patch) | |
tree | def14a8367678a65a175ed026c9b917f60733f14 /gcc/config/t-sol2 | |
parent | f05c9dfb6f30200a4dfe3a2471f8cb9753d0b1ff (diff) | |
download | gcc-506cfbc8d584920ca94c303012c4d287f3c4e58f.tar.gz |
gcc:
* Makefile.in (LIB2ADDEHDEP): Remove.
* config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
* config/arm/t-symbian (LIB2ADDEHDEP): Remove.
* config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
* config/t-darwin (LIB2ADDEHDEP): Remove.
* config/t-freebsd (LIB2ADDEHDEP): Remove.
* config/t-linux (LIB2ADDEHDEP): Remove.
libgcc:
* config/s390/t-tpf (LIB2ADDEHDEP): Remove.
* config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174606 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-sol2')
-rw-r--r-- | gcc/config/t-sol2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index 4f1c67e919b..73fd8eb3667 100644 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -36,4 +36,3 @@ TARGET_LIBGCC2_CFLAGS = -fPIC # are present, automatically falls back to unwind-dw2-fde.c. LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \ $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c -LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c |