Date: Thu, 01 Feb 2001 23:36:01 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Mark E." Message-Id: <2427-Thu01Feb2001233600+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: <3A797903.14695.348297@localhost> (snowball3@bigfoot.com) Subject: Re: djgpp: djgpp/tests/makefile.def References: <3A797903 DOT 14695 DOT 348297 AT localhost> 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: "Mark E." > Date: Thu, 1 Feb 2001 14:56:03 -0500 > > I have a question about the makefile.def change in /djgpp/tests. > > > Update of /cvs/djgpp/djgpp/tests > > [snip] > > + GCC = gcc -g -O2 -pipe > > The DJGPP version of GCC doesn't support -pipe so using this option doesn't > seem correct to me. That part of makefile.def defines commands which run in the cross environment, i.e. on a Unix box, where -pipe _is_ supported (or so I think).