Re: [gentoo-user] Gentoo on Intel Extended Memory 64 Technology

2005-06-04 Thread Alastair Murray
Khan wrote:
 Hello,
 
 I'm thinking of installing gentoo on server with Intel Extended Memory
 64 Technology. Do I have to make something special in make.conf or to
 use usual flags:
 
 CHOST=i686-pc-linux-gnu
 CFLAGS=-march=pentium4 -O3 -pipe -fomit-frame-pointer
 CXXFLAGS=-march=pentium4 -O3 -pipe -fomit-frame-pointer
 MAKEOPTS=-j5

If you want to actually run the chip in 64-bit mode then install gentoo
as an amd64 system, i.e. follow the amd64 install guide.  The above
CHOST would be for running the chip in 32-bit mode (which may be what
you actually want to do) and should only be used if you follow the x86
install guide.

Alastair.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gentoo on Intel Extended Memory 64 Technology

2005-06-03 Thread Khan
Hello,

I'm thinking of installing gentoo on server with Intel Extended Memory
64 Technology. Do I have to make something special in make.conf or to
use usual flags:

CHOST=i686-pc-linux-gnu
CFLAGS=-march=pentium4 -O3 -pipe -fomit-frame-pointer
CXXFLAGS=-march=pentium4 -O3 -pipe -fomit-frame-pointer
MAKEOPTS=-j5
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Intel Extended Memory 64 Technology

2005-06-03 Thread Andreas Fredriksson
On 6/3/05, Khan [EMAIL PROTECTED] wrote:
 Hello,
 
 I'm thinking of installing gentoo on server with Intel(r) Extended Memory
 64 Technology. Do I have to make something special in make.conf or to
 use usual flags:

IIRC these chips are x86_64 compatible, so unless you have any
specific reason to run them in 32-bit mode you'd be better off with
the amd64 live CD and using something sane like

CFLAGS=-O2 -m64

// Andreas

-- 
gentoo-user@gentoo.org mailing list