"Arttu V." <arttu...@gmail.com> writes:

> On Fri, 2009-06-12 at 16:22 -0500, Harry Putnam wrote:
>
>> i486-pc-linux-gnu-gcc -O2 -march=i486 -pipe -fno-inline-functions2
>> -march=i486 -pipe -fno-inline-functions _autotst.c -o _autotst
>> -Wl,-O1 cc1: error: unrecognized command line option
>> "-fno-inline-functions2"
>
> What do put in your CFLAGS (e.g., in /etc/make.conf)? Typos there?

Here is what is in there right now.. apparently from the stage3
pulled down during install a few days ago.

  CFLAGS="-O2 -march=i486 -pipe"
  CXXFLAGS="-O2 -march=i486 -pipe"
  CHOST="i486-pc-linux-gnu"

Looking at make.conf from an old backup I see:

  CFLAGS="-O2 -march=i686 -pipe"
  CHOST="i686-pc-linux-gnu"
  CXXFLAGS="${CFLAGS}"

So trying that now.

Haa  finished up smoothly with those flags changed.

Do you think I do something like `emerge -vuDN world' since everthing
was compiled up to now with the old flags shown above?


Reply via email to