I could use a little advice here. From what I understand GCC reads the last similar option as overriding the any previous similar flags. So if one were to put -mtune=athlon-xp -march=athlon-xp the -march flag should be used unless the ebuild filters out the -march flag, in which case the -mtune ...