[Mingw-w64-public] --enable-experimental breaks as

2019-01-21 Thread Christer Solskogen
I've successfully built a multilib compiler on linux targeting both x86_64-w64-mingw32 and i686-w64-mingw32. Using that compiler to compile a native Windows compiler (what do you really call that? Crossed compiler? Hosted?) with mingw-w64-crt configured with "--enable-experimental" I get this (

Re: [Mingw-w64-public] Multilib build

2019-01-21 Thread Christer Solskogen
On 12.01.2019 11:52, Christer Solskogen wrote: Hi! I'm having problems building multilib capable gcc/mingw. It bails out with this: /opt/cross/x86_64-w64-mingw32/bin/ld: skipping incompatible /opt/cross/x86_64-w64-mingw32/lib/libkernel32.a when searching for -lkernel32 /opt/cross/x86_64-w64-m