Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: /
Date: Fri, 31 Oct 2014 00:52:29
Message-Id: 1414716297.09cc960610ff36e007e9fd26dc79edbdf4bfeb25.vapier@gentoo
1 commit: 09cc960610ff36e007e9fd26dc79edbdf4bfeb25
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 31 00:44:57 2014 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 31 00:44:57 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=09cc9606
7
8 crossdev: disable USE=sanitize during gcc stage1
9
10 URL: https://bugs.gentoo.org/525910
11 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
12
13 ---
14 crossdev | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/crossdev b/crossdev
18 index 164c2ea..831ebc6 100755
19 --- a/crossdev
20 +++ b/crossdev
21 @@ -554,7 +554,7 @@ CROSSDEV_OVERLAY=""
22 # not tested, or doesn't make sense, or no one simply cares about them
23 GUSE_DISABLE="-boundschecking -d -gcj -gtk -libffi -mudflap -objc -objc++ -objc-gc"
24 # These are disabled only for stage1 gcc
25 -GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp"
26 +GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp -sanitize"
27 GUSE_DISABLE_STAGE_2="${GUSE_DISABLE}"
28 WITH_HEADERS="COW" WITH_DEF_HEADERS="yes" #227065 gcc-4.3+ is a pita w/out headers
29 EX_FAST="no"