Date: Sat, 13 Jan 2001 09:19:01 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Laurynas Biveinis" Message-Id: <7458-Sat13Jan2001091900+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <20010112223359.497.qmail@lauras.lt> Subject: Re: Where does gcc -o foo make foo.exe References: <20010112223359 DOT 497 DOT qmail AT lauras DOT lt> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Laurynas Biveinis" > Date: Sat, 13 Jan 2001 00:33:59 +0200 > > Sorry if this is a FAQ, but can anybody tell > where exactly in DJGPP toolchain was added support > for making foo.exe if only '-o foo' is given for GCC? > Is it specs, compiler driver, or somewhere else? It's in specs. It tells gcc to run stubify, which produces foo.exe from the linker output.