From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 85B8B1389FF for ; Fri, 31 Oct 2014 00:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F6DE0857; Fri, 31 Oct 2014 00:52:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B122E0857 for ; Fri, 31 Oct 2014 00:52:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A4C9340475 for ; Fri, 31 Oct 2014 00:52:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8A3150A for ; Fri, 31 Oct 2014 00:52:25 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1414716297.09cc960610ff36e007e9fd26dc79edbdf4bfeb25.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: 09cc960610ff36e007e9fd26dc79edbdf4bfeb25 X-VCS-Branch: master Date: Fri, 31 Oct 2014 00:52:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 466857aa-75b6-44a9-a8f0-214dc4a330b8 X-Archives-Hash: 4762b06491b307debecf78d592bebbe4 commit: 09cc960610ff36e007e9fd26dc79edbdf4bfeb25 Author: Mike Frysinger gentoo org> AuthorDate: Fri Oct 31 00:44:57 2014 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Oct 31 00:44:57 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=09cc9606 crossdev: disable USE=sanitize during gcc stage1 URL: https://bugs.gentoo.org/525910 Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index 164c2ea..831ebc6 100755 --- a/crossdev +++ b/crossdev @@ -554,7 +554,7 @@ CROSSDEV_OVERLAY="" # not tested, or doesn't make sense, or no one simply cares about them GUSE_DISABLE="-boundschecking -d -gcj -gtk -libffi -mudflap -objc -objc++ -objc-gc" # These are disabled only for stage1 gcc -GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp" +GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp -sanitize" GUSE_DISABLE_STAGE_2="${GUSE_DISABLE}" WITH_HEADERS="COW" WITH_DEF_HEADERS="yes" #227065 gcc-4.3+ is a pita w/out headers EX_FAST="no"