Commit 12bbb78f by H.J. Lu Committed by H.J. Lu

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
parent f954bd2c
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> 2010-11-11 Joseph Myers <joseph@codesourcery.com>
* opts.c (warning_as_error_callback, * opts.c (warning_as_error_callback,
...@@ -564,6 +564,7 @@ const char *host_detect_local_cpu (int argc, const char **argv) ...@@ -564,6 +564,7 @@ const char *host_detect_local_cpu (int argc, const char **argv)
cpu = "corei7"; cpu = "corei7";
break; break;
case 0x25: case 0x25:
case 0x2c:
case 0x2f: case 0x2f:
/* Westmere. */ /* Westmere. */
cpu = "corei7"; cpu = "corei7";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment