--- crossdev.orig 2015-10-26 06:32:58.000000000 +0200 +++ crossdev 2016-03-09 19:27:15.326000782 +0200 @@ -577,7 +577,7 @@ CROSSDEV_OVERLAY="" # These flags are always disabled for cross-gcc; either usually/always broken, or # 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" +GUSE_DISABLE="-boundschecking -d -gcj -gtk -libffi -mudflap -objc -objc++ -objc-gc -jit" # These are disabled only for stage1 gcc GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp -sanitize" GUSE_DISABLE_STAGE_2="${GUSE_DISABLE}"