Spork Schivago
10 years ago
Hi.
Is it possible to cross-compiling using pre-compiled binaries of mingw-w64?
I'm running Windows 7, 64-bit, and I'd like to be able to install the
compiler and make either 32-bit only applications or to make 64-bit
applications. Currently, the only way I found to do this is to install
two versions of MinGW-w64. The first one I pick for target x86_64, the
second one I pick the i686 one.
For example, I'd like to install the x86_64 targetted version and then pas
-m32 -march=i686 -mtune=i686 as CFLAGS and as LDFLAGS. Is this
possible?
Thanks
Is it possible to cross-compiling using pre-compiled binaries of mingw-w64?
I'm running Windows 7, 64-bit, and I'd like to be able to install the
compiler and make either 32-bit only applications or to make 64-bit
applications. Currently, the only way I found to do this is to install
two versions of MinGW-w64. The first one I pick for target x86_64, the
second one I pick the i686 one.
For example, I'd like to install the x86_64 targetted version and then pas
-m32 -march=i686 -mtune=i686 as CFLAGS and as LDFLAGS. Is this
possible?
Thanks