Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 27 Feb 2003 01:01:47 -0500 From: Cosmin Truta <cosmin AT cs DOT toronto DOT edu> X-X-Sender: cosmin AT qew DOT cs To: cygwin AT cygwin DOT com Subject: Predefine _M_IX86 in gcc Message-ID: <Pine.GSO.4.44.0302270042020.23276-100000@qew.cs> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, After discussing with the MinGW people, we concluded that _M_IX86 is part of the Win32 platform definition (and there is software that relies on it), so I intend to add it to the gcc/MinGW specs: ... -D__i386 -D__i386__ ... ... march=i486:-D__i486 -D__i486__ ... ... will become ... -D__i386 -D__i386__ -D_M_IX86=300 ... ... march=i486:-D__i486 -D__i486__ -D_M_IX86=400 ... ... etc. I *think* you are not interested in having this predefined macro in Cygwin, for the same reason you don't want -DWIN32, but I should ask you, anyway. I am not subscribed to the list, so please Cc: to me. Best regards, Cosmin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/