Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525910
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/crossdev
0
++ b/crossdev
Lines 552-558 Link Here
552
CROSSDEV_OVERLAY=""
552
CROSSDEV_OVERLAY=""
553
# These flags are always disabled for cross-gcc; either usually/always broken, or
553
# These flags are always disabled for cross-gcc; either usually/always broken, or
554
# not tested, or doesn't make sense, or no one simply cares about them
554
# not tested, or doesn't make sense, or no one simply cares about them
555
GUSE_DISABLE="-boundschecking -d -gcj -gtk -libffi -mudflap -objc -objc++ -objc-gc"
555
GUSE_DISABLE="-boundschecking -d -gcj -gtk -libffi -mudflap -objc -objc++ -objc-gc -sanitize"
556
# These are disabled only for stage1 gcc
556
# These are disabled only for stage1 gcc
557
GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp"
557
GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp"
558
GUSE_DISABLE_STAGE_2="${GUSE_DISABLE}"
558
GUSE_DISABLE_STAGE_2="${GUSE_DISABLE}"

Return to bug 525910