summaryrefslogtreecommitdiff
path: root/fpu/softfloat.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-27 16:12:40 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-27 14:09:16 -0500
commitdfe5fff3eaab1285cd1565fa0a33e5acd13b279c (patch)
tree205caf75b8db25c460537d9123c7365c8ca179c9 /fpu/softfloat.h
parenta8cd70fc4e932aa00e951b1fd93230336e5125fd (diff)
downloadqemu-dfe5fff3eaab1285cd1565fa0a33e5acd13b279c.tar.gz
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'fpu/softfloat.h')
-rw-r--r--fpu/softfloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpu/softfloat.h b/fpu/softfloat.h
index 850a01f080..b9537c144f 100644
--- a/fpu/softfloat.h
+++ b/fpu/softfloat.h
@@ -32,7 +32,7 @@ these four paragraphs for those parts of this code that are retained.
#ifndef SOFTFLOAT_H
#define SOFTFLOAT_H
-#if defined(HOST_SOLARIS) && defined(NEEDS_LIBSUNMATH)
+#if defined(CONFIG_SOLARIS) && defined(NEEDS_LIBSUNMATH)
#include <sunmath.h>
#endif