]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux.
authorAndreas Jaeger <aj@suse.de>
Mon, 13 Aug 2001 15:33:12 +0000 (17:33 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 13 Aug 2001 15:33:12 +0000 (17:33 +0200)
* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
s390*linux.

From-SVN: r44856

gcc/ChangeLog
gcc/config.gcc

index 83e31b462e98b065db0e3d6fdec5c838e55b2234..61ef47e1e63191b63c7e54658b86d7c2d75a7604 100644 (file)
@@ -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.
index 433e77c5ad06cba03d72a68ea4621b12a77434ee..79e30252d0046b076d0cca2d5043cb4a0cb86240 100644 (file)
@@ -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'