Gentoo Archives: gentoo-dev

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] mingw-w64 crossdev prefix?
Date: Thu, 18 May 2017 03:55:26
Message-Id: CAOazyz0EhHMoXdzO5Td-12zgb5Uze0sHQ6T5Y-XnonLZuQvUxA@mail.gmail.com
In Reply to: Re: [gentoo-dev] mingw-w64 crossdev prefix? by Matthias Maier
1 On 18 May 2017 at 06:46, Matthias Maier <tamiko@g.o> wrote:
2 > [2] I had to manually disable libsanitizer for gcc-6.3.0. Just set
3 > EXTRA_ECONF="--disable-libsanitizer" via env/package.env for the
4 > cross-x86_64-w64-mingw32/gcc package.
5
6 Hi,
7 You should use the USE flags and not apply such workarounds, for example:
8 USE="-sanitizer" crossdev ...
9 Alon

Replies

Subject Author
Re: [gentoo-dev] mingw-w64 crossdev prefix? Matthias Maier <tamiko@g.o>