config.gcc: Set cpu_type for s390.

2005-04-14  Andreas Krebbel  <krebbel1@de.ibm.com>

	* config.gcc: Set cpu_type for s390.

From-SVN: r98140
This commit is contained in:
Andreas Krebbel 2005-04-14 15:59:57 +00:00 committed by Ulrich Weigand
parent 9b1d490c22
commit 6cecb0aa96
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-04-14 Andreas Krebbel <krebbel1@de.ibm.com>
* config.gcc: Set cpu_type for s390.
2005-04-14 Daniel Berlin <dberlin@dberlin.org>
Fix PR tree-optimization/20963

View File

@ -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".