diff options
| author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-13 15:33:12 +0000 |
|---|---|---|
| committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-13 15:33:12 +0000 |
| commit | 1281fed9afca4aebd3499c809bd67b23624c5b0a (patch) | |
| tree | 6c2495d3c5b24e5be60dfb520d6d12c24e07d124 | |
| parent | f77825d7dd259369d113ac6a7a9bf1d2f8f84f01 (diff) | |
| download | ppe42-gcc-1281fed9afca4aebd3499c809bd67b23624c5b0a.tar.gz ppe42-gcc-1281fed9afca4aebd3499c809bd67b23624c5b0a.zip | |
* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
s390*linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44856 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config.gcc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83e31b462e9..61ef47e1e63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-13 Andreas Jaeger <aj@suse.de> + + * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on + s390*linux. + 2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> * dwarf2out.c (output_cfa_loc): Fix typo in comment. diff --git a/gcc/config.gcc b/gcc/config.gcc index 433e77c5ad0..79e30252d00 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2779,7 +2779,7 @@ rs6000-*-lynxos*) s390-*-linux*) xmake_file=x-linux tm_file=s390/linux.h - tmake_file="t-linux s390/t-linux" + tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" if test x$enable_threads = xyes; then thread_file='posix' @@ -2788,7 +2788,7 @@ s390-*-linux*) s390x-*-linux*) xmake_file=x-linux tm_file=s390/linux64.h - tmake_file="t-linux s390/t-linux" + tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" if test x$enable_threads = xyes; then thread_file='posix' |

