summaryrefslogtreecommitdiff
path: root/fpu/softfloat-native.h
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-13 16:27:08 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-13 16:27:08 +0000
commit14d483eca0eb5f8b58b4b0317b734d485e4ca181 (patch)
treeb7f8f56ce5878e3e9c31fced298eb2ed697d3106 /fpu/softfloat-native.h
parentacda94b189832bb11022a5e5d152d7f3fe9b331e (diff)
downloadqemu-14d483eca0eb5f8b58b4b0317b734d485e4ca181.tar.gz
Fix OpenSolaris softfloat warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7102 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'fpu/softfloat-native.h')
-rw-r--r--fpu/softfloat-native.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpu/softfloat-native.h b/fpu/softfloat-native.h
index 6b3a20e14a..a28c769472 100644
--- a/fpu/softfloat-native.h
+++ b/fpu/softfloat-native.h
@@ -20,7 +20,7 @@
* are defined in <iso/math_c99.h> with a compiler directive
*/
#if defined(HOST_SOLARIS) && (( HOST_SOLARIS <= 9 ) || ((HOST_SOLARIS >= 10) \
- && (__GNUC__ <= 4))) \
+ && (__GNUC__ < 4))) \
|| (defined(__OpenBSD__) && (OpenBSD < 200811))
/*
* C99 7.12.3 classification macros