From mboxrd@z Thu Jan 1 00:00:00 1970 From: The Red Fox To: Jeffrey A Law Cc: egcs@cygnus.com Subject: Re: Building a cross compiler Date: Tue, 05 May 1998 23:29:00 -0000 Message-id: References: <21006.894344107@hurl.cygnus.com> X-SW-Source: 1998-05/msg00164.html > > The big question is, how do I find a way to make libgcc1.a? > > I believe this has already been fixed in the development branch. > > For an i586-pc-linux-gnulibc1 target I don't think you need > libgcc1.a, so removing the code which tries to build and check > for libgcc1.a should be an OK workaround. > That seemed to work fine! Thanks! I modified the Makefile to build a libgcc.a without incorporating libgcc1.a. One little nasty was when I installed the cross compiler with make install LANGUAGES="c c++" the files /usr/local/bin/c++ and /usr/local/bin/g++ (from the native egcs compiler) were mysteriously removed. I am using egcs 1.0.2. Many Thanks, Ben