Gentoo Archives: gentoo-user

From: Darren Grant <dgrant@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1
Date: Thu, 29 Jun 2006 16:59:18
Message-Id: 44A403C1.4050301@monstertech.ca
In Reply to: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 by Benno Schulenberg
1 Benno Schulenberg wrote:
2 > Darren Grant wrote:
3 >
4 >> Back in May I thought I was streamlining my make.conf file by
5 >> changing from this...
6 >>
7 >> CFLAGS="-mtune=k8 -O2 -pipe"
8 >> CFLAGS="-march=athlon64 -O2 -pipe"
9 >>
10 >> to this...
11 >>
12 >> CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
13 >>
14 >
15 > Well, that's clear then: remove the -mtune=k8. Before May your
16 > CFLAGS didn't contain it, because the second assignment clobbers
17 > the first, and now that it does things fail.
18 >
19 > Whether you are able to recover easily is something else: if your
20 > gcc has been miscompiled, go to http://gentoo-wiki.com/ and search
21 > for: recover gcc.
22 >
23 > Benno
24 >
25 Thanks Benno and Richard. Really appreciate it.
26
27 I used the gentoo-wiki to recompile my gcc. Now I can update and emerge
28 packages. I still however cannot upgrade to the latest gcc and glibc
29 components. They still fail with the same familiar error I had before.
30
31 I'm using x86_64-pc-linux-gnu-3.4.3 *
32
33
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Benno Schulenberg <benno.schulenberg@×××××.com>