aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-10-30 20:44:57 -0400
committerMike Frysinger <vapier@gentoo.org>2014-10-30 20:44:57 -0400
commit09cc960610ff36e007e9fd26dc79edbdf4bfeb25 (patch)
tree72bf6ceabeb099a9d907638bf59988e1ed7b42ee
parentcross-emerge: drop automatic fakeroot usage (diff)
downloadcrossdev-09cc960610ff36e007e9fd26dc79edbdf4bfeb25.tar.gz
crossdev-09cc960610ff36e007e9fd26dc79edbdf4bfeb25.tar.bz2
crossdev-09cc960610ff36e007e9fd26dc79edbdf4bfeb25.zip
crossdev: disable USE=sanitize during gcc stage1
URL: https://bugs.gentoo.org/525910 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rwxr-xr-xcrossdev2
1 files changed, 1 insertions, 1 deletions
diff --git a/crossdev b/crossdev
index 164c2ea..831ebc6 100755
--- a/crossdev
+++ b/crossdev
@@ -554,7 +554,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"
+GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go nocxx -cxx -openmp -sanitize"
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"