OSDN Git Service

Support Intel processor family 6, model 0x2c.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2010 17:30:39 +0000 (17:30 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2010 17:30:39 +0000 (17:30 +0000)
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.

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

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

index d60e21c..fc31229 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 288d507..0e13162 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";