aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 054ece3..d3903f5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 05b3293..e808b27 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".