Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Introduce Manual manipulation during an emerge
Date: Fri, 12 Jun 2009 23:39:48
Message-Id: uy6rxauoc.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Re: Introduce Manual manipulation during an emerge by "Arttu V."
1 "Arttu V." <arttuv69@×××××.com> writes:
2
3 > On Fri, 2009-06-12 at 16:22 -0500, Harry Putnam wrote:
4 >
5 >> i486-pc-linux-gnu-gcc -O2 -march=i486 -pipe -fno-inline-functions2
6 >> -march=i486 -pipe -fno-inline-functions _autotst.c -o _autotst
7 >> -Wl,-O1 cc1: error: unrecognized command line option
8 >> "-fno-inline-functions2"
9 >
10 > What do put in your CFLAGS (e.g., in /etc/make.conf)? Typos there?
11
12 Here is what is in there right now.. apparently from the stage3
13 pulled down during install a few days ago.
14
15 CFLAGS="-O2 -march=i486 -pipe"
16 CXXFLAGS="-O2 -march=i486 -pipe"
17 CHOST="i486-pc-linux-gnu"
18
19 Looking at make.conf from an old backup I see:
20
21 CFLAGS="-O2 -march=i686 -pipe"
22 CHOST="i686-pc-linux-gnu"
23 CXXFLAGS="${CFLAGS}"
24
25 So trying that now.
26
27 Haa finished up smoothly with those flags changed.
28
29 Do you think I do something like `emerge -vuDN world' since everthing
30 was compiled up to now with the old flags shown above?

Replies

Subject Author
Re: [gentoo-user] Re: Introduce Manual manipulation during an emerge "Arttu V." <arttuv69@×××××.com>