commit: be2e2afe53400c7339cc2d105fdfb114c55da74d Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Thu Jun 2 15:29:08 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Jun 2 15:29:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=be2e2afe
crossdev: handle new gcc USE=vtv flag Make sure we mask it out in the first pass. URL: https://bugs.gentoo.org/582582 Reported-by: Doug Goldstein <cardoe <AT> gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index b3e7bce..877c68f 100755 --- a/crossdev +++ b/crossdev @@ -587,7 +587,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 -sanitize" +GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go -cxx -openmp -sanitize -vtv" 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"
