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: Thu, 02 Jun 2016 15:56:50
Message-Id: 1464881348.be2e2afe53400c7339cc2d105fdfb114c55da74d.vapier@gentoo
1 commit: be2e2afe53400c7339cc2d105fdfb114c55da74d
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 15:29:08 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 15:29:08 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=be2e2afe
7
8 crossdev: handle new gcc USE=vtv flag
9
10 Make sure we mask it out in the first pass.
11
12 URL: https://bugs.gentoo.org/582582
13 Reported-by: Doug Goldstein <cardoe <AT> gentoo.org>
14
15 crossdev | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/crossdev b/crossdev
19 index b3e7bce..877c68f 100755
20 --- a/crossdev
21 +++ b/crossdev
22 @@ -587,7 +587,7 @@ CROSSDEV_OVERLAY=""
23 # not tested, or doesn't make sense, or no one simply cares about them
24 GUSE_DISABLE="-boundschecking -d -gcj -gtk -libffi -mudflap -objc -objc++ -objc-gc"
25 # These are disabled only for stage1 gcc
26 -GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp -sanitize"
27 +GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go -cxx -openmp -sanitize -vtv"
28 GUSE_DISABLE_STAGE_2="${GUSE_DISABLE}"
29 WITH_HEADERS="COW" WITH_DEF_HEADERS="yes" #227065 gcc-4.3+ is a pita w/out headers
30 EX_FAST="no"