JonY 2013-11-18 02:16:
> Will be available for 32bit once patent expires next year.
this is good news!
--
Regards, niXman
___
Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingw-w64/
___
On 11/18/2013 05:55, niXman wrote:
>> SEH - is only for 64-bit what?
> yes.
>
Will be available for 32bit once patent expires next year.
>> DWARF - only for 32-bit what?
> yes.
>
Dwarf does not work for 64bit, and broken in some cases on 32bit.
>> SJLJ toolchains are multilib and you can bui
Jim Michaels писал 2013-11-18 01:43:
> if I am going to host x64 but target 32-bit and 64-bit? so far, I have:
>
> i686 - 32-bit target cpu
> x86_64 - 64 bit target cpu
> 4.8.2 - GCC version
> release - GCC type
> posix - threads
> dwarf - exception
> rt_v3 - mingw-w64 runtime version
> rev0 - bui
if I am going to host x64 but target 32-bit and 64-bit? so far, I have:
i686 - 32-bit target cpu
x86_64 - 64 bit target cpu
4.8.2 - GCC version
release - GCC type
posix - threads
dwarf - exception
rt_v3 - mingw-w64 runtime version
rev0 - build revision
SEH - is only for 64-bit what?
DWARF - only f