Date: Wed, 28 May 1997 10:29:39 +0300 (IDT) From: Eli Zaretskii To: Andrew Crabtree cc: djgpp AT delorie DOT com Subject: Re: DJGPP ? In-Reply-To: <199705272157.AA261540224@typhoon.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 27 May 1997, Andrew Crabtree wrote: > Does anyone know offhand where the support for the > > set DJGPP=...djgpp.env > > is in the gcc code? It's not in gcc, it's in the startup code that is linked from DJGPP's C library. If you need the sources, they are in the file src/libc/crt0/c1loadef.c that's in v2/djlsr201.zip on the DJGPP archive sites.