[gentoo-user] What cpu type in make.conf for E4600

2008-06-26 Thread waltdnes
A computer of mine died, and I'm now setting up the replacement. What do I set -march= to in /etc/make.conf? Below is cpuinfo data for one of the cores... livecd gentoo # cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name

Re: [gentoo-user] What cpu type in make.conf for E4600

2008-06-26 Thread Neil Bothwick
On Thu, 26 Jun 2008 18:09:48 -0400, [EMAIL PROTECTED] wrote: model name : Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz core2 if you use GCC 4.3, nocona for earlier, or set it to native if you don't use distcc. -- Neil Bothwick * * * - Tribbles    - teenage mutant ninja tribbles

Re: [gentoo-user] What cpu type in make.conf for E4600

2008-06-26 Thread Brian Johnson
http://gentoo-wiki.com/Safe_Cflags suggests using: -march=prescott for 32-bit -march=nocona for 64-bit. Neil Bothwick wrote: On Thu, 26 Jun 2008 18:09:48 -0400, [EMAIL PROTECTED] wrote: model name : Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz core2 if you use GCC 4.3,

Re: [gentoo-user] What cpu type in make.conf for E4600

2008-06-26 Thread waltdnes
On Thu, Jun 26, 2008 at 11:13:37PM +0100, Neil Bothwick wrote core2 if you use GCC 4.3, nocona for earlier, or set it to native if you don't use distcc. any idea which gcc version is installed by stage3-i686-2008.0_beta2 (along with portage-2008.0_beta2 snapshot)? that makes a difference.

Re: [gentoo-user] What cpu type in make.conf for E4600

2008-06-26 Thread waltdnes
On Thu, Jun 26, 2008 at 03:16:59PM -0700, Brian Johnson wrote http://gentoo-wiki.com/Safe_Cflags suggests using: -march=prescott for 32-bit -march=nocona for 64-bit. Thanks for the link; it looks like prescott in my case. -- Walter Dnes [EMAIL PROTECTED] Stop the Squeegee Kids in

Re: [gentoo-user] What cpu type in make.conf for E4600

2008-06-26 Thread Neil Bothwick
On Thu, 26 Jun 2008 18:43:48 -0400, [EMAIL PROTECTED] wrote: core2 if you use GCC 4.3, nocona for earlier, or set it to native if you don't use distcc. any idea which gcc version is installed by stage3-i686-2008.0_beta2 (along with portage-2008.0_beta2 snapshot)? No, but gcc -v will