Re: [yocto] [meta-mingw][PATCH 2/3] gcc-crosssdk_%.bbappend: Do not configure with initfini-array enabled.

2016-10-05 Thread Khem Raj
> On Oct 5, 2016, at 3:49 PM, Juro Bystricky wrote: > > Default configuration for gcc-crosssddk is now to enable initfini-array. > However, this works only for Linux so we disable it for mingw32. > Otherwise we will eventually encounter build error such as: > >

[yocto] [meta-mingw][PATCH 2/3] gcc-crosssdk_%.bbappend: Do not configure with initfini-array enabled.

2016-10-05 Thread Juro Bystricky
Default configuration for gcc-crosssddk is now to enable initfini-array. However, this works only for Linux so we disable it for mingw32. Otherwise we will eventually encounter build error such as: multiple definition of `__do_global_dtors' Signed-off-by: Juro Bystricky