aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2002-11-29 19:59:25 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2002-11-29 19:59:25 +0000
commit8ef34c0df0f3f3ede1c25d172168a5b3bd1f6572 (patch)
tree4c5b7ccda61639c2bf296dae57cfab011d10f267 /gcc/config.gcc
parentc6d0530757c48b9a6cd72222ef86e4486457f4a7 (diff)
downloadgcc-8ef34c0df0f3f3ede1c25d172168a5b3bd1f6572.zip
gcc-8ef34c0df0f3f3ede1c25d172168a5b3bd1f6572.tar.gz
gcc-8ef34c0df0f3f3ede1c25d172168a5b3bd1f6572.tar.bz2
t-crtstuff: New target makefile fragment.
* config/s390/t-crtstuff: New target makefile fragment. * config.gcc [s390-*-linux, s390x-*-linux]: Use it. From-SVN: r59641
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 9fc5c36..f2a6b16 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2194,7 +2194,7 @@ rs6000-*-lynxos*)
;;
s390-*-linux*)
tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
- tmake_file="t-slibgcc-elf-ver t-linux"
+ tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
;;
s390x-*-linux*)
tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
@@ -2202,7 +2202,7 @@ s390x-*-linux*)
md_file=s390/s390.md
extra_modes=s390/s390-modes.def
out_file=s390/s390.c
- tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux64"
+ tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
;;
sh-*-elf* | sh[2346l]*-*-elf*)
tmake_file="sh/t-sh sh/t-elf"