Re: glibc issues on powerpcspe

2016-03-11 Thread John Paul Adrian Glaubitz
On 03/11/2016 01:10 PM, John Paul Adrian Glaubitz wrote: > There must be something I am overlooking which will enable soft-fp > support in glibc. Alright, we just need to pass "--without-fp" when building on powerpcspe, see [1]. I'm surprised this happen by default on powerpcspe. Adrian > [1]

Re: glibc issues on powerpcspe

2016-03-11 Thread John Paul Adrian Glaubitz
On 03/11/2016 08:42 AM, John Paul Adrian Glaubitz wrote: > Now, since gcc-5 relies on the FPU emulation code to be present in > glibc, I tried to force-enable e500 support in glibc: > > case "$machine" in > powerpc) > # $CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null > conftest.i > # if grep -q

glibc issues on powerpcspe

2016-03-10 Thread John Paul Adrian Glaubitz
Hi Aurelien! I have been struggling the past days to get gcc-5 build on powerpcspe. The build failed because gcc-5 relies on FPU emulation functions to be present in the glibc where they are currently missing, unfortunately, despite the fact that upstream glibc ships FPU emulation in the