Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 384149 | Differences between
and this patch

Collapse All | Expand All

(-)gcc-4.5.3/gcc/config/i386/driver-i386.c.orig (-2 / +6 lines)
Lines 573-580 Link Here
573
		/* If it is an unknown CPU with SSSE3, assume Core 2.  */
573
		/* If it is an unknown CPU with SSSE3, assume Core 2.  */
574
		cpu = "core2";
574
		cpu = "core2";
575
	      else if (has_sse3)
575
	      else if (has_sse3)
576
		/* It is Core Duo.  */
576
		if (has_longmode)
577
		cpu = "pentium-m";
577
		  /* It is nocona */
578
		  cpu = "nocona";
579
		else
580
		  /* It is Core Duo.  */
581
		  cpu = "pentium-m";
578
	      else if (has_sse2)
582
	      else if (has_sse2)
579
		/* It is Pentium M.  */
583
		/* It is Pentium M.  */
580
		cpu = "pentium-m";
584
		cpu = "pentium-m";

Return to bug 384149