Re: [U-Boot] question: U-boot linking against libgcc

2008-11-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:51 Tue 04 Nov , Haavard Skinnemoen wrote: > Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > In message <[EMAIL PROTECTED]> you wrote: > > > > > > In U-boot I see that it links against libgcc. Why is this? > > > > Because the GNU compiler references code form it's library. > > > > > I be

Re: [U-Boot] question: U-boot linking against libgcc

2008-11-04 Thread Haavard Skinnemoen
Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > In U-boot I see that it links against libgcc. Why is this? > > Because the GNU compiler references code form it's library. > > > I believe this relation should not be needed. > > I believe it is nee

Re: [U-Boot] question: U-boot linking against libgcc

2008-10-31 Thread Remy Bohmer
Hello Wolfgang, >> At least for the u-boot-application-examples I had to remove it >> already, because there were linking conflicts with libgcc, so there is >> an overlap. > libgcc conflicting with itself? Sounds like a toolchain configuration > issue to me. Nope, U-boot provides itself already s

Re: [U-Boot] question: U-boot linking against libgcc

2008-10-31 Thread Wolfgang Denk
Dear Remy, In message <[EMAIL PROTECTED]> you wrote: > > In U-boot I see that it links against libgcc. Why is this? Because the GNU compiler references code form it's library. > I believe this relation should not be needed. I believe it is needed. > I could provide a patch to remove this rela

[U-Boot] question: U-boot linking against libgcc

2008-10-31 Thread Remy Bohmer
Hello Wolfgang, In U-boot I see that it links against libgcc. Why is this? I believe this relation should not be needed. I could provide a patch to remove this relation... Kind Regards, Remy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den