[cfe-commits] [PATCH] Add _M_IX86 for Windows

Anton Korobeynikov anton at korobeynikov.info
Tue Aug 18 07:01:38 PDT 2009


Hello, John

> Adds _M_IX86 for the Windows target.
That's not correct. And strictly speaking current windows target is
not correct as well. This define (and _MSC_VER defined already) are
vcpp-specific. They should not be defined neither for mingw (which
uses current windows target) nor for generic windows target. Basically
we need to have separate "VCPPCompatible" target which will derive
from windows target and define vcpp-specific defines, hacks and
quirks.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-commits mailing list