Gerald Pfeifer wrote:

| > Why is GCC-4.2.x missing -march=k8 -mtune=athlonxp -mtune=athlon-xp
| > -mtune=athlon_xp -msse3 -m3dnow+ -m32?
|
| I don't think we should have variants for all sorts of spellings
| such as athlonxp vs athlon-xp vs athlon_xp.

The big problem is that none of these work! It's due to many ocurrences of
athlon_* and athlon-* in the bash and m4 scripts (overall in "case") and
{.c,.h}.

athlon | athlon_*) in a location

athlon | athlon-*) in another location (but why?)

Other problem is the ambiguity of "athlon-xp-pc-linux-gnu" that
could not match with the regular expression *-*-linux-*.
It's contrary to the unambiguity of "i686-pc-linux-gnu", 3 minus signs
versus 4 minus signs.


Obtenga su E-mail GRATUITO en http://www.clanomega.com
___________________________________________________________
Get your own Web-based E-mail Service at http://www.zzn.com

Reply via email to