From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OfOoZ-0000Vf-1x for garchives@archives.gentoo.org; Sun, 01 Aug 2010 03:02:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB1CBE0C10 for ; Sun, 1 Aug 2010 03:02:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 55246E0B43 for ; Sun, 1 Aug 2010 03:00:38 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D815264FD3 for ; Sun, 1 Aug 2010 03:00:37 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2145) id ECCA32CF37; Sun, 1 Aug 2010 03:00:36 +0000 (UTC) From: "Ryan Hill (dirtyepic)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dirtyepic@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: toolchain.eclass X-VCS-Directories: eclass X-VCS-Committer: dirtyepic X-VCS-Committer-Name: Ryan Hill Content-Type: text/plain; charset=utf8 Message-Id: <20100801030036.ECCA32CF37@corvid.gentoo.org> Date: Sun, 1 Aug 2010 03:00:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4d376700-453a-4369-9d1e-398c7c9486ba X-Archives-Hash: 44596392d9fa22c0322771a3eb3fe047 dirtyepic 10/08/01 03:00:36 Modified: toolchain.eclass Log: Stop setting STAGE1_CFLAGS in most cases. Fixes bug #283041, bug #3265= 39, and maybe bug #265113. Revision Changes Path 1.437 eclass/toolchain.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?rev=3D1.437&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?rev=3D1.437&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?r1=3D1.436&r2=3D1.437 Index: toolchain.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v retrieving revision 1.436 retrieving revision 1.437 diff -u -r1.436 -r1.437 --- toolchain.eclass 22 Jul 2010 01:26:33 -0000 1.436 +++ toolchain.eclass 1 Aug 2010 03:00:36 -0000 1.437 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.436 2010/= 07/22 01:26:33 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.437 2010/= 08/01 03:00:36 dirtyepic Exp $ # # Maintainer: Toolchain Ninjas =20 @@ -1488,8 +1488,6 @@ elif [[ $(gcc-version) =3D=3D "3.4" && ${GCC_BRANCH_VER} =3D=3D "3.4" ]= ] && gcc-specs-ssp ; then # See bug #79852 STAGE1_CFLAGS=3D${STAGE1_CFLAGS-"-O2"} - else - STAGE1_CFLAGS=3D${STAGE1_CFLAGS-"-O"} fi =20 if is_crosscompile; then