From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FvuBF-0003T5-Kr for garchives@archives.gentoo.org; Thu, 29 Jun 2006 10:55:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k5TAs37d019635; Thu, 29 Jun 2006 10:54:03 GMT Received: from psmtp03.wxs.nl (psmtp03.wxs.nl [195.121.247.12]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k5TAnCWJ012298 for ; Thu, 29 Jun 2006 10:49:12 GMT Received: from graskamp (ip51cfa1ef.direct-adsl.nl [81.207.161.239]) by psmtp03.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0J1M00HSLBE0QJ@psmtp03.wxs.nl> for gentoo-user@lists.gentoo.org; Thu, 29 Jun 2006 12:49:12 +0200 (MEST) Date: Thu, 29 Jun 2006 12:49:00 +0200 From: Benno Schulenberg Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 In-reply-to: <44A2F4F5.4050100@monstertech.ca> To: gentoo-user@lists.gentoo.org Message-id: <200606291249.00112.benno.schulenberg@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.9.3 References: <44A17B4B.5010605@monstertech.ca> <44A2E9E0.3000708@monstertech.ca> <44A2F4F5.4050100@monstertech.ca> X-Archives-Salt: 2c3d41b6-4dbb-4e8e-8785-854c5e1f34f1 X-Archives-Hash: 68ae4a800a94e7d304ba0ecd4d7ee16e 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