diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-14 15:59:57 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-14 15:59:57 +0000 |
commit | 37d32fbfd467941bcbe05ac1edd2eb482fa2feff (patch) | |
tree | 66aff3c11eaf5bf2718388376e74c3fd6336b2c8 /gcc/config.gcc | |
parent | 8111b18f5bb19a9f178c3d450b930d537efe1169 (diff) | |
download | gcc-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.gcc | 1 |
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". |