I think I can guess that what you actually mean is that gcc only has two
AMD style options.
-march=k6 means k6 without any mmx-stlye instructions
-march=k7 means Athlon with mmx and SIMD style instruction
ie not differentiation between the k6 vanilla and the k6-2 and -3.
Is that the problem?
Shame there's not a -march=mmx alternative which covers both
pentium MMX, K6-2, and K6-3. Though I suppose the instructions
sets are different so this would cause a problem.
What about -march=3dnow??? Would that be more plausible?
Michael Cummins
>
> > What part of the kernel build process is effected
> by this (ie where
> > does the optimization get started)?
> Compile time.
> > Do you need updated compiler or header files?
> No. Just the latest gcc. see http://gcc.gnu.org
>
> > Thanks
> > Michael Cummins
> Anders Fugmann
>
**************************************************************
The information contained in this E-Mail is confidential
and is intended only for the use of the addressee(s).
If you receive this E-Mail in error, any use, distribution
or copying of this E-Mail is not permitted. You are
requested to forward unwanted E-Mail and address any problems
to the MIM Holdings Limited Help Desk.
E-Mail: helpdesk@mim.com.au or phone: Australia 07 3833 8042.
**************************************************************
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/