Benno Schulenberg wrote:
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
Thanks Benno and Richard. Really appreciate it.

I used the gentoo-wiki to recompile my gcc. Now I can update and emerge packages. I still however cannot upgrade to the latest gcc and glibc components. They still fail with the same familiar error I had before.

I'm using x86_64-pc-linux-gnu-3.4.3 *


--
gentoo-user@gentoo.org mailing list

Reply via email to