5472 | | gcc_cflags_cpu="-mtune=corei7 -mtune=core2 -mtune=k8" |
5473 | | gcc_cflags_arch="-march=corei7 -march=core2 -march=core2~-mno-sse2 -march=k8 -march=k8~-mno-sse2" |
5474 | | path="x86/coreinhm x86/p6/sse2 x86/p6/p3mmx x86/p6/mmx x86/p6 x86/mmx x86" |
5475 | | path_64="x86_64/coreinhm x86_64/core2 x86_64" |
| 5472 | gcc_cflags_cpu="-mtune=core2 -mtune=k8" |
| 5473 | gcc_cflags_arch="-march=core2 -march=core2~-mno-sse2 -march=k8 -march=k8~-mno-sse2" |
| 5474 | path="x86/core2 x86/p6/sse2 x86/p6/p3mmx x86/p6/mmx x86/p6 x86/mmx x86" |
| 5475 | path_64="x86_64/core2 x86_64" |