qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] updated fpu/softfloat-native.h patch


From: Ben Taylor
Subject: [Qemu-devel] updated fpu/softfloat-native.h patch
Date: Wed, 26 Apr 2006 11:10:30 -0400

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;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]