From: uweigand Date: Thu, 14 Apr 2005 15:59:57 +0000 (+0000) Subject: 2005-04-14 Andreas Krebbel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37d32fbfd467941bcbe05ac1edd2eb482fa2feff;p=thirdparty%2Fgcc.git 2005-04-14 Andreas Krebbel * config.gcc: Set cpu_type for s390. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98140 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 054ece3d8ef0..d3903f545b34 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-14 Andreas Krebbel + + * config.gcc: Set cpu_type for s390. + 2005-04-14 Daniel Berlin Fix PR tree-optimization/20963 diff --git a/gcc/config.gcc b/gcc/config.gcc index 05b32933ff13..e808b273e699 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".