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 1RRVIi-000854-Tq for garchives@archives.gentoo.org; Fri, 18 Nov 2011 20:44:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1044821C04E; Fri, 18 Nov 2011 20:44:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D671221C04E for ; Fri, 18 Nov 2011 20:44:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 652F4643FD for ; Fri, 18 Nov 2011 20:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9486580042 for ; Fri, 18 Nov 2011 20:44:36 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <77232e519f076f7e04d7d6323a564249a020bb2d.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 77232e519f076f7e04d7d6323a564249a020bb2d Date: Fri, 18 Nov 2011 20:44: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: 149ed87c-1d99-43ad-bad7-6743fad6359c X-Archives-Hash: 9266325d3ab00ff2e86d9439334c82ad commit: 77232e519f076f7e04d7d6323a564249a020bb2d Author: Mike Frysinger gentoo org> AuthorDate: Fri Nov 18 15:59:28 2011 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Nov 18 19:25:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;= a=3Dcommit;h=3D77232e51 crossdev: migrate USE=3Dnocxx to USE=3D-cxx The toolchain.eclass has migrated to USE=3Dcxx, so update crossdev as wel= l. We need to carry both until toolchain.eclass drops USE=3Dnocxx completely= . Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crossdev b/crossdev index 6580dc8..685ad4a 100755 --- a/crossdev +++ b/crossdev @@ -177,7 +177,7 @@ parse_target() { =20 # due to upstream lameness, build C/C++ at first glance *-cygwin) - GUSE_DISABLE_STAGE_1=3D${GUSE_DISABLE_STAGE_1/nocxx};; + GUSE_DISABLE_STAGE_1+=3D" -nocxx cxx";; =20 # these are the mingw64 targets that binutils seems to use x86_64-*-mingw*|*-w64-mingw*) @@ -453,7 +453,7 @@ CROSSDEV_OVERLAY=3D"" # not tested, or doesn't make sense, or no one simply cares about them GUSE_DISABLE=3D"-boundschecking -d -gtk -gcj -libffi -mudflap -objc -obj= c++ -objc-gc" # These are disabled only for stage1 gcc -GUSE_DISABLE_STAGE_1=3D"${GUSE_DISABLE} -fortran nocxx -openmp" +GUSE_DISABLE_STAGE_1=3D"${GUSE_DISABLE} -fortran nocxx -cxx -openmp" GUSE_DISABLE_STAGE_2=3D"${GUSE_DISABLE}" WITH_HEADERS=3D"COW" WITH_DEF_HEADERS=3D"yes" #227065 gcc-4.3+ is a pi= ta w/out headers EX_FAST=3D"no"