Gentoo Archives: gentoo-amd64

From: Bob Sanders <rsanders@×××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] quadcore
Date: Wed, 26 Nov 2008 15:43:05
Message-Id: 20081126154241.GA182065@sgi.com
In Reply to: [gentoo-amd64] quadcore by Fernando Boaglio
1 Fernando Boaglio, mused, then expounded:
2 > Hi,
3 >
4 > I'm updating my old machine (AMD64 - 4200+ X2) with a AMD Phenon 9550
5 > quadcore + mobo Asus M3A78.
6 >
7 > Should my make.conf still remains the same? =)
8 >
9
10 Yes. Only bump up you -j setting. Here's what I use for the
11 3-core 8450 -
12
13 CFLAGS="-O2 -pipe -march=k8"
14 CHOST="x86_64-pc-linux-gnu"
15 CXXFLAGS="${CFLAGS}"
16 MAKEOPTS="-j5"
17
18 For the 4-core 9550, -j7 should be fine.
19
20 bob
21 > []'s
22 > Fernando Boaglio
23 >
24
25 --
26 -

Replies

Subject Author
Re: [gentoo-amd64] quadcore "Sebastian Klüsener" <sebastian@×××××.de>