[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Support for MinGW compilers in the Cygwin environment
From: |
Daniel Richard G. |
Subject: |
Re: Support for MinGW compilers in the Cygwin environment |
Date: |
Wed, 23 Oct 2013 01:49:25 -0400 |
On Tue, 2013 Oct 22 7:14+0200, Jan Engelhardt wrote:
>
> But “only” on Solaris (and I even question _that_ decision). In
> particular,
>
> CC="gcc -m32" ./config.guess # from sparc64, ppc64(non-IBM)
> CC="gcc -mx32" ./config.guess # from x86_64
>
> run from an sparc64-linux does not produce sparc-linux respectively,
> nor should it.
Hey, no one said this behavior was consistent :-)
> The platform in both -m cases is sparc64, it is just that one chose to
> use ELF32 objects (be it for performance reasons or just general
> enjoyment). The situation is (loosely) like choosing between "small"
> and "large" memory models in Borland Turbo C (and probably other DOS-
> era compilers).
It's a situation where the two "platforms" are not all that different---
the system can run binaries from both---and avoiding the need to
rigorously cross-compile from one to the other is a big convenience.
Obviously, Cygwin vs. MinGW programs is a different comparison from 32-
bit vs. 64-bit programs, but it's close enough to allow the same
argument to be made.
--Daniel
--
Daniel Richard G. || address@hidden
My ASCII-art .sig got a bad case of Times New Roman.
Re: Support for MinGW compilers in the Cygwin environment, Daniel Richard G., 2013/10/21
- Re: Support for MinGW compilers in the Cygwin environment, Jan Engelhardt, 2013/10/22
- Re: Support for MinGW compilers in the Cygwin environment,
Daniel Richard G. <=
- Re: Support for MinGW compilers in the Cygwin environment, JonY, 2013/10/23
- Re: Support for MinGW compilers in the Cygwin environment, Earnie Boyd, 2013/10/23
- Re: Support for MinGW compilers in the Cygwin environment, JonY, 2013/10/23
- Re: Support for MinGW compilers in the Cygwin environment, Daniel Richard G., 2013/10/24
- Re: Support for MinGW compilers in the Cygwin environment, JonY, 2013/10/24
- Re: Support for MinGW compilers in the Cygwin environment, Earnie Boyd, 2013/10/24
- Re: Support for MinGW compilers in the Cygwin environment, Daniel Richard G., 2013/10/25
- Re: Support for MinGW compilers in the Cygwin environment, JonY, 2013/10/25
Re: Support for MinGW compilers in the Cygwin environment, JonY, 2013/10/22
Re: Support for MinGW compilers in the Cygwin environment, Daniel Richard G., 2013/10/23