Re: [Mingw-w64-public] Cross-compiling with MinGW-w64

2015-09-09 Thread Alexandre Pereira Nunes
On Tue, Aug 25, 2015 at 9:59 AM, Ray Donnelly wrote: > On Tue, Aug 25, 2015 at 1:53 PM, Gisle Vanem wrote: > > I was under the impression that: > >f:\MingW32\MingW-w64\bin\gcc.exe > > > > was just a driver for the right gcc.exe. > > True or false? >

Re: [Mingw-w64-public] Cross-compiling with MinGW-w64

2015-08-25 Thread Gisle Vanem
Alexandre Pereira Nunes wrote: See tdm-gcc, it works like that. I know (that's why I love TDM-gcc). But according to my: f:\MingW32\MingW-w64\bin\gcc.exe -v --help MingW-w64 could do that too: -m32 Generate 32bit i386 code -m64 Generate 64bit x86-64 code I was under the