> athlon-xp == athlon-4 == athlon-mp
Not quite...
if (!ix86_arch_string)
ix86_arch_string = TARGET_64BIT ? "athlon-4" : "i386";
Discussion with Jan Hubicka reveals that this should be checking for
"opteron", but as this was the closest match, it's not equivalent
to athlon-xp or athlon-mp in current gcc.
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/