Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
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 10:55:30
Message-Id: 200606291249.00112.benno.schulenberg@gmail.com
In Reply to: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 by Darren Grant
1 Darren Grant wrote:
2 > Back in May I thought I was streamlining my make.conf file by
3 > changing from this...
4 >
5 > CFLAGS="-mtune=k8 -O2 -pipe"
6 > CFLAGS="-march=athlon64 -O2 -pipe"
7 >
8 > to this...
9 >
10 > CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
11
12 Well, that's clear then: remove the -mtune=k8. Before May your
13 CFLAGS didn't contain it, because the second assignment clobbers
14 the first, and now that it does things fail.
15
16 Whether you are able to recover easily is something else: if your
17 gcc has been miscompiled, go to http://gentoo-wiki.com/ and search
18 for: recover gcc.
19
20 Benno
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Darren Grant <dgrant@×××××××××××.ca>