* [gentoo-user] Correct CHOST setting for Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02
@ 2005-08-04 4:13 Richard Watson
2005-08-04 4:28 ` Colin
0 siblings, 1 reply; 5+ messages in thread
From: Richard Watson @ 2005-08-04 4:13 UTC (permalink / raw
To: gentoo-user
Hi - I'm installing Gentoo on a Intel(R) Pentium(R) 4 CPU 1.70GHz stepping
02. Can anyone advise me as to the correct CHOST setting. I'm a bit confused
on this ..
--
Thanks, Richard
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.0/63 - Release Date: 3/08/2005
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Correct CHOST setting for Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02
2005-08-04 4:13 [gentoo-user] Correct CHOST setting for Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02 Richard Watson
@ 2005-08-04 4:28 ` Colin
2005-08-04 5:29 ` Richard Watson
0 siblings, 1 reply; 5+ messages in thread
From: Colin @ 2005-08-04 4:28 UTC (permalink / raw
To: gentoo-user
On Aug 4, 2005, at 12:13 AM, Richard Watson wrote:
> Hi - I'm installing Gentoo on a Intel(R) Pentium(R) 4 CPU 1.70GHz
> stepping
> 02. Can anyone advise me as to the correct CHOST setting. I'm a bit
> confused
> on this ..
Pentium II and newer processors (and other i686-compatibles) simply
use "i686-pc-linux-gnu". Why this is, I don't know exactly; it
deals with the processor's architecture and how it compiles code.
Also, set your CFLAGS to "-O2 -march=pentium4 -mfpmath=sse,387 -pipe -
fomit-frame-pointer" for a good mix of speed and stability.
--
Colin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [gentoo-user] Correct CHOST setting for Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02
2005-08-04 4:28 ` Colin
@ 2005-08-04 5:29 ` Richard Watson
2005-08-04 5:37 ` Colin
0 siblings, 1 reply; 5+ messages in thread
From: Richard Watson @ 2005-08-04 5:29 UTC (permalink / raw
To: gentoo-user
> Hi - I'm installing Gentoo on a Intel(R) Pentium(R) 4 CPU 1.70GHz
> stepping
> 02. Can anyone advise me as to the correct CHOST setting. I'm a bit
> confused
> on this ..
>> Pentium II and newer processors (and other i686-compatibles) simply
>> use "i686-pc-linux-gnu". Why this is, I don't know exactly; it
>> deals with the processor's architecture and how it compiles code.
>> Also, set your CFLAGS to "-O2 -march=pentium4 -mfpmath=sse,387 -pipe -
>> fomit-frame-pointer" for a good mix of speed and stability.
Thanks Colin, I've (unfortunately) already compiled my system. Can I
re-compile everything with:
# emerge --update --ask --deep --verbose --newuse --tree world
The reason I'm looking into this is Kino keeps crashing, as do other data
intensive, high CPU applications.
--
Thanks, Richard
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.0/63 - Release Date: 3/08/2005
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Correct CHOST setting for Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02
2005-08-04 5:29 ` Richard Watson
@ 2005-08-04 5:37 ` Colin
2005-08-05 12:02 ` Richard Watson
0 siblings, 1 reply; 5+ messages in thread
From: Colin @ 2005-08-04 5:37 UTC (permalink / raw
To: gentoo-user
On Aug 4, 2005, at 1:29 AM, Richard Watson wrote:
>
> Thanks Colin, I've (unfortunately) already compiled my system. Can I
> re-compile everything with:
>
> # emerge --update --ask --deep --verbose --newuse --tree world
>
> The reason I'm looking into this is Kino keeps crashing, as do
> other data
> intensive, high CPU applications.
This is definitely a case of flaky hardware or insufficient cooling.
Don't bother recompiling your system, work on finding the culprit. I
recommend a thorough dusting, inside and out, followed by a couple
passes of memtest86.
But if you do want to recompile, re-bootstrap and emerge your system
first:
cd /usr/portage
scripts/bootstrap.sh
emerge -Davenut system # no offense to any Daves, this is just
easy to remember. It's your stuff plus --emptytree.
emerge -Davenut world
Rebuild your kernel.
--
Colin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [gentoo-user] Correct CHOST setting for Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02
2005-08-04 5:37 ` Colin
@ 2005-08-05 12:02 ` Richard Watson
0 siblings, 0 replies; 5+ messages in thread
From: Richard Watson @ 2005-08-05 12:02 UTC (permalink / raw
To: gentoo-user
Colin ... I never thanked you on this ... thanks,
--
Regards, Richard
-----------
This is definitely a case of flaky hardware or insufficient cooling.
Don't bother recompiling your system, work on finding the culprit. I
recommend a thorough dusting, inside and out, followed by a couple
passes of memtest86.
But if you do want to recompile, re-bootstrap and emerge your system
first:
cd /usr/portage
scripts/bootstrap.sh
emerge -Davenut system # no offense to any Daves, this is just
easy to remember. It's your stuff plus --emptytree.
emerge -Davenut world
Rebuild your kernel.
--
Colin
--
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.1/64 - Release Date: 4/08/2005
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-08-05 12:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04 4:13 [gentoo-user] Correct CHOST setting for Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02 Richard Watson
2005-08-04 4:28 ` Colin
2005-08-04 5:29 ` Richard Watson
2005-08-04 5:37 ` Colin
2005-08-05 12:02 ` Richard Watson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox