Gentoo Archives: gentoo-user

From: Elias Diem <pub.linux@×××××××××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Bug in spidermonkey? SOLVED!!
Date: Thu, 21 Feb 2013 17:16:17
Message-Id: 20130221171548.GA16790@dell-workstation.v.cablecom.net
In Reply to: [gentoo-user] Bug in spidermonkey? by Elias Diem
1 Hello there
2
3 Just for the record: I was able to solve the problem!!
4
5 I created a separate environment file in /etc/portage/env.
6
7 The content of this file is:
8
9 -8<-------------------------------
10
11 CFLAGS="-pipe "
12 CXXFLAGS="${CFLAGS} "
13
14 MAKEOPTS="-j1 "
15
16 -8<-------------------------------
17
18 The CFLAGS normally is "-02 -pipe -march=k8 " and the job
19 count for make is 4.
20
21 I guess I can further tune the process now.
22
23 --
24 Greetings
25 Elias