From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 1 Feb 2001 16:57:47 -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: <3A79958B.3615.24D66D@localhost> In-reply-to: <2427-Thu01Feb2001233600+0200-eliz@is.elta.co.il> References: <3A797903 DOT 14695 DOT 348297 AT localhost> (snowball3 AT bigfoot DOT 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 > 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). Yep, you're right. I didn't look close enough. The only environments besides DOS that don't support -pipe are VMS and OS/2, but I don't see that as a problem. Mark