summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-14 15:59:57 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-14 15:59:57 +0000
commit37d32fbfd467941bcbe05ac1edd2eb482fa2feff (patch)
tree66aff3c11eaf5bf2718388376e74c3fd6336b2c8 /gcc/config.gcc
parent8111b18f5bb19a9f178c3d450b930d537efe1169 (diff)
downloadgcc-37d32fbfd467941bcbe05ac1edd2eb482fa2feff.tar.gz
2005-04-14 Andreas Krebbel <krebbel1@de.ibm.com>
* config.gcc: Set cpu_type for s390. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98140 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 05b32933ff1..e808b273e69 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -309,6 +309,7 @@ sparc*-*-*)
cpu_type=sparc
;;
s390*-*-*)
+ cpu_type=s390
need_64bit_hwint=yes
;;
# Note the 'l'; we need to be able to match e.g. "shle" or "shl".