-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.