The ammended version of fpu/softfloat-native.h patch.  botched the flags when 
I posted it last night (no more 3am patching for me).  This should be the 
correct
fix.

Ben


--- softfloat-native.h.ORIG     2006-04-26 10:58:51.426224000 -0400
+++ softfloat-native.h  2006-04-26 10:59:01.255441000 -0400
@@ -7,7 +7,9 @@
 #include <fenv.h>
 #endif
 #endif
+#ifdef __sun__
 #include "gnu-c99-math.h"
+#endif

 typedef float float32;
 typedef double float64;



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to