Re: [Qemu-devel] gnu-c99-math.h file

2006-04-26 Thread Ben Taylor
Sylvain Petreolle <[EMAIL PROTECTED]> wrote: > > --- Ben Taylor <[EMAIL PROTECTED]> a écrit : > > > > Apologies. That should have been isolated with a > > > > #ifdef __sun__ > > #include "gnu-c99-math.h" > > #endif > > > > correct. I rechecked the patch I sent to Fabrice and the gnu-

Re: [Qemu-devel] gnu-c99-math.h file

2006-04-26 Thread Sylvain Petreolle
--- Ben Taylor <[EMAIL PROTECTED]> a écrit : > > Apologies. That should have been isolated with a > > #ifdef __sun__ > #include "gnu-c99-math.h" > #endif > > correct. I rechecked the patch I sent to Fabrice and the gnu-c99-math.h > file is there. please make sure if you use underscores o

Re: [Qemu-devel] gnu-c99-math.h file

2006-04-26 Thread Ben Taylor
Chris Bagwell <[EMAIL PROTECTED]> wrote: > I just upgraded to current CVS to get all the changes submitted today. > The solaris port commits seems to have added a #include "gnu-c99-math.h" > file to fpu/softfloat-native.h. Apologies. That should have been isolated with a #ifdef __sun_

Re: [Qemu-devel] gnu-c99-math.h file

2006-04-25 Thread Troy Benjegerdes
On Tue, Apr 25, 2006 at 09:04:33PM -0500, Chris Bagwell wrote: > I just upgraded to current CVS to get all the changes submitted today. > The solaris port commits seems to have added a #include "gnu-c99-math.h" > file to fpu/softfloat-native.h. > > This file doesn't exist on my Fedora Core 5 sy