This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Need input on packaging mingw-w64 for Cygwin


On 1/24/2010 15:03, Christopher Faylor wrote:
On Sat, Jan 23, 2010 at 03:51:12PM -0500, Charles Wilson wrote:
Dave Korn wrote:
On 23/01/2010 19:02, Christopher Faylor wrote:
On 1/23/2010 21:51, Chris Sutcliffe wrote:
mingw-w64<http://mingw-w64.sourceforge.net/>   is a fork of mingw to
support both win32 and win64. It'll obviously be setup as a cross
compiler on Cygwin.

Does this mean that these are all non-cygwin mingw apps?

Nope, they are cygwin-based cross development tools.

Except, apparently, the proposed build of gdb -- unless Chris S. was confused:

Which was, oddly enough, the reason I asked the question.


So, follow-on question:  Can we have one toolchain which targets both
32-bit and 64-bit?  It is certainly possible to do that on linux with
a -m32 and -m64 option.  Is it possible to do this with mingw?


Hi,


yes, its possible to have multilib capability for the mingw-w64
toolchain, but only with gcc trunk 4.5.0.

There are also more issues with multilib capable toolchains, gcc target
libs clashing. For example, make install currently tries to install
both 32bit and 64bit libstdc++-6.dll into the bindir.

Its a known issue, but it has yet to be fixed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]