Gentoo Archives: gentoo-performance

From: Mansour Moufid <mansourmoufid@×××××.com>
To: gentoo-performance@l.g.o
Subject: Re: [gentoo-performance] Horrible performance
Date: Wed, 25 Aug 2010 10:04:19
Message-Id: AANLkTi=oJwP2AnJnK=AHZDXcxzENmbqsVgiz1TpGvKu3@mail.gmail.com
In Reply to: [gentoo-performance] Horrible performance by Alex Schuster
1 On Tue, Aug 24, 2010 at 9:32 PM, Alex Schuster <wonko@×××××××××.org> wrote:
2 > Now I am out of ideas. I really hope someone here has one. I cannot work
3 > with this system any more when emerges are going on.
4 >
5 > I put my kernel config, make.conf, dmesg and such stuff to
6 > http://www.wonkology.org/gentoo/ in case someone wants to have a look at
7 > it. Any help is GREATLY appreciated.
8
9 Just a thought: why -ggdb in your CFLAGS? If you have >=gcc-4.2, try:
10
11 CFLAGS="-march=native -O2 -pipe"
12
13 Then you should re-emerge gcc itself (twice?) and then world:
14
15 # emerge --oneshot binutils gcc virtual/libc
16 # emerge -e world
17
18 Best of luck.
19
20 --
21 Mansour Moufid

Replies

Subject Author
Re: [gentoo-performance] Horrible performance Alex Schuster <wonko@×××××××××.org>