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 1OQChT-00020A-8g for garchives@archives.gentoo.org; Sun, 20 Jun 2010 05:04:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76789E07FB; Sun, 20 Jun 2010 05:04:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 596B5E07FB for ; Sun, 20 Jun 2010 05:04:03 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id EA2911B40FB for ; Sun, 20 Jun 2010 05:04:02 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 559) id A28A92CE14; Sun, 20 Jun 2010 05:04:01 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20100620050401.A28A92CE14@corvid.gentoo.org> Date: Sun, 20 Jun 2010 05:04:01 +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: 9db2af84-8ab9-4998-9448-38ae76023110 X-Archives-Hash: 3d2ca110f2143cc2040a7ecd81d107c1 vapier 10/06/20 05:04:01 Modified: toolchain.eclass Log: respect USE=3Dopenmp even when cross-compiling #199995 by Quentin Casas= novas Revision Changes Path 1.430 eclass/toolchain.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?rev=3D1.430&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?rev=3D1.430&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?r1=3D1.429&r2=3D1.430 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.429 retrieving revision 1.430 diff -u -r1.429 -r1.430 --- toolchain.eclass 18 Jun 2010 10:13:17 -0000 1.429 +++ toolchain.eclass 20 Jun 2010 05:04:01 -0000 1.430 @@ -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.429 2010/= 06/18 10:13:17 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.430 2010/= 06/20 05:04:01 vapier Exp $ # # Maintainer: Toolchain Ninjas =20 @@ -1465,7 +1465,7 @@ fi =20 if [[ ${GCCMAJOR}.${GCCMINOR} > 4.1 ]] ; then - confgcc=3D"${confgcc} --disable-bootstrap --disable-libgomp" + confgcc=3D"${confgcc} --disable-bootstrap" fi else if tc-is-static-only ; then