summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorHartmut Penner <hpenner@de.ibm.com>2001-07-13 13:11:59 +0000
committerHartmut Penner <hpenner@gcc.gnu.org>2001-07-13 13:11:59 +0000
commit9628a7671d3c831588caee8ecc644416f0d85821 (patch)
tree773a8d068636cbe4e818a7e6adb58678f9b90067 /gcc/config.gcc
parent9db1d521d8881f0aa812f6af77fb5e74a456c168 (diff)
downloadgcc-9628a7671d3c831588caee8ecc644416f0d85821.tar.gz
config.gcc: Add configuration for s/390.
* config.gcc: Add configuration for s/390. * Changelog: Add s/390. From-SVN: r43981
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 353086c6832..b5d01dcb695 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2753,6 +2753,24 @@ rs6000-*-lynxos*)
tmake_file=rs6000/t-rs6000
use_collect2=yes
;;
+s390-*-linux*)
+ xmake_file=x-linux
+ tm_file=s390/linux.h
+ tmake_file="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'
+ fi
+ ;;
+s390x-*-linux*)
+ xmake_file=x-linux
+ tm_file=s390/linux64.h
+ tmake_file="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'
+ fi
+ ;;
sh-*-elf*)
tmake_file="sh/t-sh sh/t-elf"
tm_file="sh/sh.h sh/elf.h"