On 3/14/2013 6:26 PM, NightStrike wrote: > On Thu, Mar 14, 2013 at 1:26 PM, John E. / TDM <[email protected]> wrote: >> Just to throw another data point out there, I use top-level configure >> for TDM-GCC (i.e. an x86_64-w64-mingw32 native bootstrap). It seems to >> work and is far easier than building each sub-tree individually. > How do you use it?
$(RUNTIME_SRC)/configure --build=x86_64-w64-mingw32 --enable-lib32 --enable-sdk=all --with-libraries=libmangle --with-tools=all --prefix=$(RUNTIME_STAGE) make make install If GCC or mingw-w64 introduce ABI-breaking changes (this happens often), I build a non-bootstrap GCC first in order to run this top-level mingw-w64 build before bootstrapping; otherwise I use the bootstrapped GCC. -John E. / TDM ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
