Re: Horrible performance

Mansour Moufid <[email protected]> Wed, 25 Aug 2010 05:58:57 -0400
Newsgroups gmane.linux.gentoo.performance
Message-ID <[email protected]>
On Tue, Aug 24, 2010 at 9:32 PM, Alex Schuster <[email protected]> wrote:
> Now I am out of ideas. I really hope someone here has one. I cannot work
> with this system any more when emerges are going on.
>
> I put my kernel config, make.conf, dmesg and such stuff to
> http://www.wonkology.org/gentoo/ in case someone wants to have a look at
> it. Any help is GREATLY appreciated.

Just a thought: why -ggdb in your CFLAGS? If you have >=gcc-4.2, try:

CFLAGS="-march=native -O2 -pipe"

Then you should re-emerge gcc itself (twice?) and then world:

# emerge --oneshot binutils gcc virtual/libc
# emerge -e world

Best of luck.

-- 
Mansour Moufid