Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CFLAGS
Date: Thu, 17 Jan 2008 11:02:27
Message-Id: 200801171027.35269.peter@humphrey.ukfsn.org
In Reply to: Re: [gentoo-user] CFLAGS by Kenneth Prugh
1 On Wednesday 16 January 2008 19:54:42 Kenneth Prugh wrote:
2 > On Wed, 16 Jan 2008 20:48:21 +0100
3 >
4 > Cahn Roger <rcahn@×××××××××××××.fr> wrote:
5 > > Hi,
6 > >
7 > > I'll have soon a new PC with Processor
8 > > Intel Core2 Duo E6850
9 > > Which cflags do I need for it?
10 > > Thank you very much.
11 > > Roger
12 >
13 > CFLAGS="-O2 -march=nocona -pipe"
14 >
15 > should do it if your running stable AMD64. If you happened to use
16 > gcc-4.2 or later on AMD64 you could do something like this:
17 >
18 > CFLAGS="-O2 -march=native -mtune=native -pipe"
19
20 Just a tiny hijack :-)
21
22 My new laptop will have a T7100 CPU. I'd like to know what CFLAGS to use,
23 but even before that should I use an AMD64 or IA64 installation medium?
24
25 --
26 Rgds
27 Peter
28 --
29 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] CFLAGS Tomas Papan <tomas.papan@×××××××.com>
Re: [gentoo-user] CFLAGS Etaoin Shrdlu <shrdlu@×××××××××××××.org>