Richard writes:

>     CFLAGS="-march=athlon-xp -mcpu=athlon-xp -O3 -pipe"

-march (generate code running on that special CPU) includes -mcpu  
(optimize for that CPU, but make code still run on other CPUs). I  
guess your -mcpu is just being ignored, but maybe it is overriding the  
-march?

        Alex
-- 
  Alex Schuster     [EMAIL PROTECTED]             PGP Key available
                    [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list

Reply via email to