Date: Thu, 21 Aug 1997 10:33:46 +0300 (IDT) From: Eli Zaretskii To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: assembler o/p with cpp source In-Reply-To: <5t6e0r$gs0@freenet-news.carleton.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 17 Aug 1997, Paul Derbyshire wrote: > I have not seen any docs in the compiler for a "Wa,-ahl=" switch! The -ahl is the assembler switch, and is therefore documented in the as.info file (type "info as"). GCC can pass specific options to the assembler using the -Wa,whatever thing. This is described in the GCC docs.