Date: Wed, 27 Aug 1997 09:59:01 +0300 (IDT) From: Eli Zaretskii To: Ivo Janssen cc: djgpp AT delorie DOT com Subject: Re: Documentation on the "specs" file In-Reply-To: <3402A9D2.60D5899@ricardis.tudelft.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 26 Aug 1997, Ivo Janssen wrote: > Anyone knows how to do this, or where to find documentation on the > "specs" file? It's not in the gcc-info files. The syntax of `specs' is not documented in any external docs I know of. You will have to download the gcc sources (v2gnu/gcc2721s.zip) and look inside gcc.c. A large comment there explains all the details of the syntax.