Date: Tue, 2 Mar 1999 11:01:46 -0500 Message-Id: <199903021601.LAA21503@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <199903021511.PAA59936@out1.ibm.net> (snowball3@usa.net) Subject: Re: Problems with collect2 in egcs-1.1.1 and 1.1.2preX References: <199903021511 DOT PAA59936 AT out1 DOT ibm DOT net> Reply-To: djgpp-workers AT delorie DOT com > Would you have any objections to renaming the egcs config files for > DJGPP to eliminate go32 from the filenames? Ex. xm-go32.h -> xm- > djgpp.h, go32.h -> djgpp.h, etc. I've sent off the paperwork to do > this, but I won't bother if you think it is a bad idea. I have no problem with this, but please make sure that you don't break the configure triple - i586-pc-msdosdjgpp > I've also resent paperwork for the collect2 patches. But I'm not > sure I'll ever be able to those in since it only helps DJGPP and > Jeff Law has on several occasions expressed his bias against DOS. Let me know if/when this happens and I'll look into it. Note: you *will* have to make sure that your changes are either generic to all ports, or isolated in a djgpp-specific file, or you'll need to provide a good reason for putting nonportable code in a common file. That's general practice in egcs.