Index: lang/gcc/files/patch-gcc_config_i386_i386.c =================================================================== --- lang/gcc/files/patch-gcc_config_i386_i386.c (nonexistent) +++ lang/gcc/files/patch-gcc_config_i386_i386.c (working copy) @@ -0,0 +1,12 @@ +--- gcc/config/i386/i386.c.orig 2015-06-10 09:34:21 UTC ++++ gcc/config/i386/i386.c +@@ -2871,6 +2871,9 @@ ix86_option_override_internal (bool main + {"corei7", PROCESSOR_COREI7, CPU_COREI7, + PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSSE3 + | PTA_SSE4_1 | PTA_SSE4_2 | PTA_CX16 | PTA_POPCNT | PTA_FXSR}, ++ {"nehalem", PROCESSOR_COREI7, CPU_COREI7, ++ PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSSE3 ++ | PTA_SSE4_1 | PTA_SSE4_2 | PTA_CX16 | PTA_POPCNT | PTA_FXSR}, + {"corei7-avx", PROCESSOR_COREI7, CPU_COREI7, + PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3 + | PTA_SSSE3 | PTA_SSE4_1 | PTA_SSE4_2 | PTA_AVX Property changes on: lang/gcc/files/patch-gcc_config_i386_i386.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property