I tried using the --march=duron example in make.conf, but gcc barfed on it. Changing it to i686 works fine, buy why doesn't duron work? This is with Gentoo v1.4 rc1
Brian
Why did you think it would work? Maby there is no such architecture as duron. And by the way you should use -march (one line).brianlane wrote:I tried using the --march=duron example in make.conf, but gcc barfed on it. Changing it to i686 works fine, buy why doesn't duron work? This is with Gentoo v1.4 rc1


My /etc/make.conf says:Why did you think it would work?
...is wrong. Thanks for posting this. duron is not listed in the GCC manual, and athlon-xp, athlon-mp and athlon-4 are.tove wrote:My /etc/make.conf [...]