On Wed, May 17, 2017, at 22:53 CDT, Alon Bar-Lev <alo...@gentoo.org> wrote:
> On 18 May 2017 at 06:46, Matthias Maier <tam...@gentoo.org> wrote: >> [2] I had to manually disable libsanitizer for gcc-6.3.0. Just set >> EXTRA_ECONF="--disable-libsanitizer" via env/package.env for the >> cross-x86_64-w64-mingw32/gcc package. > > Hi, > You should use the USE flags and not apply such workarounds, for example: > USE="-sanitizer" crossdev ... Yes, correct. It should read USE="-sanitize" though. Best, Matthias