X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Mon, 22 Mar 1999 10:12:25 +0200 (WET) From: Andris Pavenis To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: DJGPP support in standard EGCS 1.1.2 In-Reply-To: <36F43F6F.5B1CCC@cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 20 Mar 1999, Nate Eldredge wrote: > Does the standard release of EGCS 1.1.2 include DJGPP support, or do I > have to patch it in? > > I want to build a cross-compiler. > I think it's best to apply some pathes before building egcs as cross-compiler to DJGPP. At least I copied files in directory gcc/config/i386 from sources of DJGPP port. Some other recommended patches: - gcc/cp/g++spec.c to use libstdcxx.a instead of libstdc++.a would be nice as then we can use the same library file name as for native compiling with DJGPP. - gcc/dwarf2out.c from DJGPP port to get C++ exceptions working and possibly some more ... At least I did so when I build egcs as cross-compiler last time (egcs-1.1.1). Anyway many things have been changed since that time so perhaps I'll rebuild cross-compiler sometimes. Then I'll be able to send more detailed info. But don't know when it will happen. Andris