Gentoo Archives: gentoo-amd64

From: "Sebastian Klüsener" <sebastian@×××××.de>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] quadcore
Date: Wed, 26 Nov 2008 15:46:09
Message-Id: 371CC6F8558A48C99D214FE191C1A33C@SebastianPC
In Reply to: Re: [gentoo-amd64] quadcore by Bob Sanders
1 I'd change that to 'march=amdfam10' or 'march=native' if your gcc is a
2 recent one. Recent means >=4.3.
3
4 ----- Original Message -----
5 From: "Bob Sanders" <rsanders@×××.com>
6 To: <gentoo-amd64@l.g.o>
7 Sent: Wednesday, November 26, 2008 4:42 PM
8 Subject: Re: [gentoo-amd64] quadcore
9
10
11 > Fernando Boaglio, mused, then expounded:
12 >> Hi,
13 >>
14 >> I'm updating my old machine (AMD64 - 4200+ X2) with a AMD Phenon 9550
15 >> quadcore + mobo Asus M3A78.
16 >>
17 >> Should my make.conf still remains the same? =)
18 >>
19 >
20 > Yes. Only bump up you -j setting. Here's what I use for the
21 > 3-core 8450 -
22 >
23 > CFLAGS="-O2 -pipe -march=k8"
24 > CHOST="x86_64-pc-linux-gnu"
25 > CXXFLAGS="${CFLAGS}"
26 > MAKEOPTS="-j5"
27 >
28 > For the 4-core 9550, -j7 should be fine.
29 >
30 > bob
31 >> []'s
32 >> Fernando Boaglio
33 >>
34 >
35 > --
36 > -
37 >
38 >

Replies

Subject Author
Re: [gentoo-amd64] quadcore Bob Sanders <rsanders@×××.com>
Re: [gentoo-amd64] quadcore Beso <givemesugarr@×××××.com>