Re: [Mingw-w64-public] How to specify exception module separately when build gcc 4.8

2013-06-14 Thread JonY
On 6/14/2013 17:48, Ruben Van Boxem wrote: > > I seem to remember Jon_Y testing exactly this, and he reported it working. > He might have just tested the cross-compiler though. In any case, He'll > know what to do :) > > Ruben I can never get i686 default multilib to work, so I do x86_64 default

Re: [Mingw-w64-public] How to specify exception module separately when build gcc 4.8

2013-06-14 Thread Ruben Van Boxem
2013/6/14 Dongsheng Song > When I build gcc 4.8 with mingw-w64 trunk: > > ${GCC_SRC_ROOT}/configure \ > --prefix=${SYS_ROOT} \ > --with-sysroot=${SYS_ROOT} \ > --build=${BUILD_TRIPLET} --host=${BUILD_TRIPLET} > --target=${TARGET_TRIPLET} \ > --enable-targets=all --disable-nls \ >

[Mingw-w64-public] How to specify exception module separately when build gcc 4.8

2013-06-14 Thread Dongsheng Song
When I build gcc 4.8 with mingw-w64 trunk: ${GCC_SRC_ROOT}/configure \ --prefix=${SYS_ROOT} \ --with-sysroot=${SYS_ROOT} \ --build=${BUILD_TRIPLET} --host=${BUILD_TRIPLET} --target=${TARGET_TRIPLET} \ --enable-targets=all --disable-nls \ --enable-checking=release --enable-langu