> On Thu, 2005-11-10 at 13:57 +0200, Vesselin Mladenov wrote:
> > > cc1: error: unrecognized option `-fno-stack-protector'

<snip>

> > > gcc (GCC) 3.3.6 (Gentoo 3.3.6)

-fno-stack-protector was added in gcc 3.4, which is still keyworded ~x86.

Can you try to isolate which of the changed USE flags is turning on
fno-stack-protector?  If it really is related to a USE flag change,
then a bug report to bugs.gentoo.org would be in order.

You could also upgrade to gcc 3.4 with

echo "sys-devel/gcc ~x86" >>/etc/portage/package.keywords

On 11/11/05, Vesselin Mladenov <[EMAIL PROTECTED]> wrote:
> Not there unfortunatelly.
> Here are my CFLAGS:
> CFLAGS="-march=pentium4 -O3 -fomit-frame-pointer
> -fexpensive-optimizations -pipe"

Not related, but -fexpensive-optimizations is redundant. It is enabled
automatically by -O3 (and -O2 or -Os).

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to