diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-30 20:44:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-30 20:44:57 -0400 |
commit | 09cc960610ff36e007e9fd26dc79edbdf4bfeb25 (patch) | |
tree | 72bf6ceabeb099a9d907638bf59988e1ed7b42ee | |
parent | cross-emerge: drop automatic fakeroot usage (diff) | |
download | crossdev-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-x | crossdev | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |