Support Intel processor family 6, model 0x2c.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 11 Nov 2010 17:30:39 +0000 (17:30 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 11 Nov 2010 17:30:39 +0000 (09:30 -0800)
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

gcc/ChangeLog
gcc/config/i386/driver-i386.c

index d60e21c1c5291e654df66445796442467d2711c1..fc31229946089687c1cda90064ee9a36f80d1c71 100644 (file)
@@ -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,
index 288d5072662da9c38a2e57d2fe3a27321387beb6..0e13162485eca600c3251d7de864b0c4c50531db 100644 (file)
@@ -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";