From 050e4ca284c3028c7df662ba953be93f5b8fb47b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 13 Aug 2001 17:33:12 +0200 Subject: [PATCH] config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux. * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux. From-SVN: r44856 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83e31b462e98..61ef47e1e631 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-13 Andreas Jaeger + + * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on + s390*linux. + 2000-08-13 Theodore Papadopoulo * dwarf2out.c (output_cfa_loc): Fix typo in comment. diff --git a/gcc/config.gcc b/gcc/config.gcc index 433e77c5ad06..79e30252d004 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'