Darren Grant wrote:
> Back in May I thought I was streamlining my make.conf file by
> changing from this...
>
> CFLAGS="-mtune=k8 -O2 -pipe"
> CFLAGS="-march=athlon64 -O2 -pipe"
>
> to this...
>
> CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"

Well, that's clear then: remove the -mtune=k8.  Before May your 
CFLAGS didn't contain it, because the second assignment clobbers 
the first, and now that it does things fail.

Whether you are able to recover easily is something else: if your 
gcc has been miscompiled, go to http://gentoo-wiki.com/ and search 
for: recover gcc.

Benno
-- 
gentoo-user@gentoo.org mailing list

Reply via email to