Date: Tue, 25 Nov 1997 17:31:31 +0200 (IST) From: Eli Zaretskii To: Christopher Croughton cc: djgpp AT delorie DOT com Subject: Re: Substituting \ for / in make In-Reply-To: <97Nov25.161151gmt+0100.17026@internet01.amc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 25 Nov 1997, Christopher Croughton wrote: > I've never even looked at lib/specs - what does it do? It explains to gcc what compiler passes and in which sequence should be invoked to compile/link a given file. For example, that is how it knows to invoke stubify and delete the raw COFF image when you say "gcc -o foo.exe". Some predefined symbols (like __DJGPP_MINOR__) are also defined there. The problem is that the only documentation of the syntax (which is far from trivial) is inside gcc.c.