aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-11-11 17:30:39 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2010-11-11 09:30:39 -0800
commit12bbb78f64fe08d4b32a328bcc72556199581daf (patch)
tree98f150579331ad2dc739adf86a23f8592feb72f0
parentf954bd2c81520966ffccdd2786bab6415bd6f6ac (diff)
downloadgcc-12bbb78f64fe08d4b32a328bcc72556199581daf.zip
gcc-12bbb78f64fe08d4b32a328bcc72556199581daf.tar.gz
gcc-12bbb78f64fe08d4b32a328bcc72556199581daf.tar.bz2
Support Intel processor family 6, model 0x2c.
2010-11-11 H.J. Lu <hongjiu.lu@intel.com> * config/i386/driver-i386.c (host_detect_local_cpu): Support Intel processor family 6, model 0x2c. From-SVN: r166607
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/driver-i386.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d60e21c..fc31229 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/driver-i386.c (host_detect_local_cpu): Support
+ Intel processor family 6, model 0x2c.
+
2010-11-11 Joseph Myers <joseph@codesourcery.com>
* opts.c (warning_as_error_callback,
diff --git a/gcc/config/i386/driver-i386.c b/gcc/config/i386/driver-i386.c
index 288d507..0e13162 100644
--- a/gcc/config/i386/driver-i386.c
+++ b/gcc/config/i386/driver-i386.c
@@ -564,6 +564,7 @@ const char *host_detect_local_cpu (int argc, const char **argv)
cpu = "corei7";
break;
case 0x25:
+ case 0x2c:
case 0x2f:
/* Westmere. */
cpu = "corei7";