This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: 4.4 deprecation proposals


> I thought DJGPP was i[34567]86-pc-msdosdjgpp*.  I do not think
> having generic CPU-*-OBJFMT triplets that really refer to a
> particular OS is a good idea.  It's only certain generic triplets
> I'm proposing to deprecate.

DJGPP is ix86-pc-msdosdjgpp, yes.  However, it's based on the
ix86-coff code (djgpp is coff-based) but not 100% binary compatible
(mostly due to the dos stub, but also due to preprocessor defines,
libraries, etc).

Likewise, Cygwin and MinGW are based on the ix86-coff code but with PE
stubs and support for DLLs and such.


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