Gentoo Archives: gentoo-user

From: Kenneth Prugh <ken69267@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CFLAGS
Date: Wed, 16 Jan 2008 19:55:18
Message-Id: 20080116145442.29e3fc15@Midori.localhost
In Reply to: [gentoo-user] CFLAGS by Cahn Roger
1 On Wed, 16 Jan 2008 20:48:21 +0100
2 Cahn Roger <rcahn@×××××××××××××.fr> wrote:
3
4 > Hi,
5 >
6 > I'll have soon a new PC with Processor
7 > Intel Core2 Duo E6850
8 > Which cflags do I need for it?
9 > Thank you very much.
10 > Roger
11
12 CFLAGS="-O2 -march=nocona -pipe"
13
14 should do it if your running stable AMD64. If you happened to use
15 gcc-4.2 or later on AMD64 you could do something like this:
16
17 CFLAGS="-O2 -march=native -mtune=native -pipe"
18
19 --
20 Ken69267
21 Gentoo AMD64 AT

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] CFLAGS Michal 'vorner' Vaner <vorner@×××.cz>
Re: [gentoo-user] CFLAGS Benedikt Morbach <benedikt.morbach@××××××××××.com>
Re: [gentoo-user] CFLAGS Peter Humphrey <peter@××××××××××××××.org>