> "Koornstra, Reinoud" <[email protected]>
> 
> I am following the instructions to cross compile a 64 bit linux.
> I noticed now that upon starting to build the minimal system "-
> mtune=k8" is being set automatically when building gmp for example.
> However, I want to use this for intel core 2 duo cpu's.
> Could this result into problems for me?

No, -mtune is only reordering instructions for the architecture.
If you use -march it will generate code specific for the arch.
You can use -mtune=core2 instead

Regards
Nicholai
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org

Reply via email to