Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] core-2 advise
Date: Mon, 04 Feb 2008 15:44:09
Message-Id: loom.20080204T153236-738@post.gmane.org
1 Hello,
2
3 We have one gentoo system running 32bit gentoo:
4
5 CFLAGS="-march=prescott -O2 -pipe"
6 CHOST="i686-pc-linux-gnu"
7
8 cpuinfo:
9
10 vendor_id : GenuineIntel
11 cpu family : 6
12 model : 15
13 model name : Intel(R) Core(TM)2 Duo CPU T7100 @ 1.80GHz
14
15
16 Is the 64bit gentoo stable(recommended) on this core-2 arch?
17
18 If so, and I wanted to convert this machine to 64 bit Gentoo OS, then
19 I'd just edit the make.conf :
20
21 CHOST="i686-pc-linux-gnu" to
22 CHOST="x86_64-pc-linux-gnu"
23
24 and 'emerge -e world'
25
26 Since I'm recompiling everything I wanted to use "-fomit-frame-pointer"
27 could I just and that to the CFLAGS without issue?
28
29 or
30 Is there a wiki with some more details on the conversions that I should follow?
31
32
33 James
34
35 --
36 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] core-2 advise Alan McKinnon <alan.mckinnon@×××××.com>