add -m64 CFLAGS when targeting mingw64, add -m32/-m64 to LDFLAGS #134
Conversation
How can you be sure that this |
On 08.01.2015 20:17, Gisle Vanem wrote:
Gün. |
Dual mingw-builds work fine with this switch, and as far as I know they are supported by single target 64-bit ones, too, so they are either ignored (when using a mingw that targets 64-bit by default anyway), or required (in dual target mingws when building to non-default target), or rejected when in disagreement with mingw capabilities (misconfiguration). These are the mingw distro combinations I'm aware of:
Above should be true for all mingw distros, what I actually made tests with lately, is this one: https://sourceforge.net/projects/mingw-w64/ (they didn't suck in my experience, and we had a fair share of suckage with all distros in various points of time - since some years, this one works well) |
[ To be precise the niXman builds worked well for us from https://sourceforge.net/projects/mingwbuilds/, and haven't tried Ruben's builds (these seem to be outdated now.) Recently the builds formerly known as niXman can be found at https://sourceforge.net/projects/mingw-w64/files/ under |
As for the |
On 08.01.2015 22:11, Viktor Szakáts wrote:
Daniel or Steve, can you please commit? I'm not (yet) familar with the Gün. |
Thanks for the tests Günter. |
add -m64 CFLAGS when targeting mingw64, add -m32/-m64 to LDFLAGS
No description provided.