This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFH: libgcc_s.so being unnecessarily linked for mipsel-linux crosscompiler...
- From: dank at kegel dot com
- To: ddaney at avtrex dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 28 Jul 2005 21:07:25 -0400 (EDT)
- Subject: Re: RFH: libgcc_s.so being unnecessarily linked for mipsel-linux crosscompiler...
ddaney wrote:
> I have a a mipsel-linux cross compiler (gcc-3.4.3/binutils-2.16.1)
> and whenever I compile even the simplest hello-world.c libgcc_s.so is
linked.
Just curious -- how did you build your cross-compiler?
Do toolchains built by crosstool have this problem?
(I'm away from home, or I'd check.)
- Dan