public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] What cpu type in make.conf for E4600
@ 2008-06-26 22:09 waltdnes
  2008-06-26 22:13 ` Neil Bothwick
  0 siblings, 1 reply; 6+ messages in thread
From: waltdnes @ 2008-06-26 22:09 UTC (permalink / raw
  To: Gentoo Users List

  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      : Intel(R) Core(TM)2 Duo CPU     E4600  @ 2.40GHz
stepping        : 13
cpu MHz         : 2394.034
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm
constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16
xtpr lahf_lm
bogomips        : 4790.94
clflush size    : 64

-- 
Walter Dnes <waltdnes@waltdnes.org>
Stop the Squeegee Kids in Pinstripe Suits
Fight Canadian internet taxes http://walterdnes.wordpress.com
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] What cpu type in make.conf for E4600
  2008-06-26 22:09 [gentoo-user] What cpu type in make.conf for E4600 waltdnes
@ 2008-06-26 22:13 ` Neil Bothwick
  2008-06-26 22:16   ` Brian Johnson
  2008-06-26 22:43   ` waltdnes
  0 siblings, 2 replies; 6+ messages in thread
From: Neil Bothwick @ 2008-06-26 22:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

On Thu, 26 Jun 2008 18:09:48 -0400, waltdnes@waltdnes.org 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  \x15 \x15 \x15 <- teenage mutant ninja tribbles

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] What cpu type in make.conf for E4600
  2008-06-26 22:13 ` Neil Bothwick
@ 2008-06-26 22:16   ` Brian Johnson
  2008-06-26 22:45     ` waltdnes
  2008-06-26 22:43   ` waltdnes
  1 sibling, 1 reply; 6+ messages in thread
From: Brian Johnson @ 2008-06-26 22:16 UTC (permalink / raw
  To: gentoo-user

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, waltdnes@waltdnes.org 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.
>
>
>   

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] What cpu type in make.conf for E4600
  2008-06-26 22:13 ` Neil Bothwick
  2008-06-26 22:16   ` Brian Johnson
@ 2008-06-26 22:43   ` waltdnes
  2008-06-26 23:43     ` Neil Bothwick
  1 sibling, 1 reply; 6+ messages in thread
From: waltdnes @ 2008-06-26 22:43 UTC (permalink / raw
  To: gentoo-user

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.
I'll be staying with 32-bit for now,  That's why I ordered "only" 3 gigs
of ram on this machine.

-- 
Walter Dnes <waltdnes@waltdnes.org>
Stop the Squeegee Kids in Pinstripe Suits
Fight Canadian internet taxes http://walterdnes.wordpress.com
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] What cpu type in make.conf for E4600
  2008-06-26 22:16   ` Brian Johnson
@ 2008-06-26 22:45     ` waltdnes
  0 siblings, 0 replies; 6+ messages in thread
From: waltdnes @ 2008-06-26 22:45 UTC (permalink / raw
  To: gentoo-user

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 <waltdnes@waltdnes.org>
Stop the Squeegee Kids in Pinstripe Suits
Fight Canadian internet taxes http://walterdnes.wordpress.com
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] What cpu type in make.conf for E4600
  2008-06-26 22:43   ` waltdnes
@ 2008-06-26 23:43     ` Neil Bothwick
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2008-06-26 23:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

On Thu, 26 Jun 2008 18:43:48 -0400, waltdnes@waltdnes.org 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 tell you. I'd guess it was 4.1.2 though, that's the
most recent stable version.

> I'll be staying with 32-bit for now,  That's why I ordered "only" 3 gigs
> of ram on this machine.

In which case, the distinction is moot, use prescott.


-- 
Neil Bothwick

This is the day for firm decisions! Or is it?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-06-26 23:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 22:09 [gentoo-user] What cpu type in make.conf for E4600 waltdnes
2008-06-26 22:13 ` Neil Bothwick
2008-06-26 22:16   ` Brian Johnson
2008-06-26 22:45     ` waltdnes
2008-06-26 22:43   ` waltdnes
2008-06-26 23:43     ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox