On Wed, 16 Jan 2008 20:48:21 +0100
Cahn Roger <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I'll have soon a new PC with  Processor
> Intel Core2 Duo E6850
> Which cflags do I need for it?
> Thank you very much.
> Roger

CFLAGS="-O2 -march=nocona -pipe"

should do it if your running stable AMD64. If you happened to use
gcc-4.2 or later on AMD64 you could do something like this:

CFLAGS="-O2 -march=native -mtune=native -pipe"

-- 
Ken69267
Gentoo AMD64 AT

Attachment: signature.asc
Description: PGP signature

Reply via email to