From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 1 Feb 2001 14:56:03 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: djgpp: djgpp/tests/makefile.def Message-ID: <3A797903.14695.348297@localhost> In-reply-to: <200102011936.OAA05754@delorie.com> X-mailer: Pegasus Mail for Win32 (v3.12c) 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 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. What do you guys think? Mark