Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com x-gfisavedcharset: Windows-1252 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: From: "Bruce Adams" To: , Subject: Preprocessing Assembly Date: Thu, 12 Sep 2002 14:09:40 +0100 MIME-Version: 1.0 X-OriginalArrivalTime: 12 Sep 2002 13:16:56.0250 (UTC) FILETIME=[AB05B9A0:01C25A5E] Hi, I am using gcc to cross compile for m68k. I discovered the following on the net. "Both .S and .s are assembler. By convention, .S is assembly source that needs to be preprocessed. Otherwise, gcc doesn't care." This is of course less than optimal on windows as the filesystem is not case sensitive. The work around is of course to invoke gcc -E 'manually'. Is there a way to force gcc to preprocess assembly using a switch. e.g. --preprocess-assembly? Regards, Bruce A. ============================================================================ Any opinions expressed in this e-mail are those of the individual and not necessarily those of Tyco Electronic Product Group. Any prices for the supply of goods or services are only valid if supported by a formal written quotation. This e-mail and any files transmitted with it, including replies and forwarded copies (which may contain alterations) subsequently transmitted from Tyco Electronic Product Group are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivery to the intended recipient, be advised that you have received this e-mail in error and that any use is strictly prohibited. In this event, please notify us via e-mail at 'helpdesk DOT tepg AT tycoint DOT com' or telephone on 0121 255 6499 and then delete the e-mail and any copies of it. ============================================================================ -- 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/