Re: [patch] fix libgcc configure for powerpc-*-eabispe

2013-07-09 Thread David Edelsohn
On Tue, Jul 9, 2013 at 4:23 PM, Janis Johnson wrote: > Tests for powerpc-none-eabispe fail with lots of undefined symbols for > _*_df and for __extendsfdf2, __make_fp, and __unordsf2. This patch > includes float support in libgcc for the target and eliminates those > test failures. > > OK for mai

[patch] fix libgcc configure for powerpc-*-eabispe

2013-07-09 Thread Janis Johnson
Tests for powerpc-none-eabispe fail with lots of undefined symbols for _*_df and for __extendsfdf2, __make_fp, and __unordsf2. This patch includes float support in libgcc for the target and eliminates those test failures. OK for mainline and the 4.8 branch? Tested with a cross build of powerpc-n