Gentoo Archives: gentoo-dev

From: Matthias Maier <tamiko@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] mingw-w64 crossdev prefix?
Date: Thu, 18 May 2017 04:25:58
Message-Id: 87shk223ln.fsf@kestrel.kyomu.43-1.org
In Reply to: Re: [gentoo-dev] mingw-w64 crossdev prefix? by Alon Bar-Lev
1 On Wed, May 17, 2017, at 22:53 CDT, Alon Bar-Lev <alonbl@g.o> wrote:
2
3 > On 18 May 2017 at 06:46, Matthias Maier <tamiko@g.o> wrote:
4 >> [2] I had to manually disable libsanitizer for gcc-6.3.0. Just set
5 >> EXTRA_ECONF="--disable-libsanitizer" via env/package.env for the
6 >> cross-x86_64-w64-mingw32/gcc package.
7 >
8 > Hi,
9 > You should use the USE flags and not apply such workarounds, for example:
10 > USE="-sanitizer" crossdev ...
11
12 Yes, correct. It should read USE="-sanitize" though.
13
14 Best,
15 Matthias