Alexander Leidinger wrote:

>At least with gcc 2.95.x there's a difference. Compile the attached
>source with and without the -mcpu option, it will show you if there's
>still a difference.
>
Without -march or -mcpu:
__tune_pentiumpro__
__tune_i686__
__i386__

With -march=athlon, without -mcpu:
__athlon__
__tune_athlon__
__i386__

With -march=athlon -mcpu=athlon
__athlon__
__tune_athlon__
__i386__

So yes, in 3.0.2 at least -march implies -mcpu as the documents say.

-- 
------------ Matti Rintala -------- [EMAIL PROTECTED] ---------
"When the remarkable turns bizarre, reason turns rancid."
           Cheshire Cat in "American McGee's Alice"



_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to