Re: [Patch] Fix canadian cross build on systems with no fenv.h

2013-10-31 Thread Jonathan Wakely
On 30 October 2013 17:17, Steve Ellcey wrote: Tested with both my canadian cross build and a standard cross build targetting mips-mti-elf. OK for checkin? Yes, thanks.

[Patch] Fix canadian cross build on systems with no fenv.h

2013-10-30 Thread Steve Ellcey
I ran into a build problem while doing a canadian cross build of GCC. I was building on linux to create a Windows (mingw) GCC that generates code for mips-mti-elf. The mips-mti-elf target uses newlib for its system headers and libraries and the headers do not include a fenv.h header file.