aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-13 17:33:12 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-08-13 17:33:12 +0200
commit050e4ca284c3028c7df662ba953be93f5b8fb47b (patch)
tree6c2495d3c5b24e5be60dfb520d6d12c24e07d124 /gcc/config.gcc
parentdd49a9ecc483625d6ec53a65c092cf92807fe84e (diff)
downloadgcc-050e4ca284c3028c7df662ba953be93f5b8fb47b.zip
gcc-050e4ca284c3028c7df662ba953be93f5b8fb47b.tar.gz
gcc-050e4ca284c3028c7df662ba953be93f5b8fb47b.tar.bz2
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 433e77c5..79e3025 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'