OSDN Git Service

2005-04-14 Andreas Krebbel <krebbel1@de.ibm.com>
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Apr 2005 15:59:57 +0000 (15:59 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Apr 2005 15:59:57 +0000 (15:59 +0000)
* config.gcc: Set cpu_type for s390.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98140 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 054ece3..d3903f5 100644 (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
index 05b3293..e808b27 100644 (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".