From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Elliott Date: Sun, 29 Mar 2009 17:22:40 -0400 Subject: [Buildroot] PPC won't build with soft float In-Reply-To: <87r60gcbqi.fsf@macbook.be.48ers.dk> References: <49CFD553.7030909@PinsonConsulting.com> <87r60gcbqi.fsf@macbook.be.48ers.dk> Message-ID: <49CFE6A0.6000202@PinsonConsulting.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net > Chris> Recently I have been unable to build when soft float is set. I have > Chris> tried 20090323 and 20090329. The configuration is below. It fails > Chris> saying that the C compiler cannot create executables. The failure is > Chris> in libmudflap. Checking config.log I see the specific error is > Chris> ".../gcc-4.3.3-final/./gcc/libgcc_s.so: undefined reference to > Chris> copysignl'" Is there a fix or workaround? > > Strange, that used to work. Does it work if you disable > BR2_GCC_SHARED_LIBGCC? What host distribution do you use? > > It does build when I disable shared libgcc. I'm building on Fedora 9. Thanks