diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:12:56 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:20 -0500 |
commit | 71e72a19bafda97c9e97b089499fdc050e96a631 (patch) | |
tree | fdd6ebb4dd37e6aef7c80db2d6a1231fcad9fa3d /fpu/softfloat.h | |
parent | 43da3c088c00a1113643abb0c70379140de39dd8 (diff) |
rename HOST_BSD to CONFIG_BSD
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpu/softfloat.h b/fpu/softfloat.h index b9537c144f..f262150883 100644 --- a/fpu/softfloat.h +++ b/fpu/softfloat.h @@ -90,7 +90,7 @@ typedef int64_t sbits64; #define FLOAT128 #else /* native float support */ -#if (defined(__i386__) || defined(__x86_64__)) && !defined(HOST_BSD) +#if (defined(__i386__) || defined(__x86_64__)) && !defined(CONFIG_BSD) #define FLOATX80 #endif #endif /* !CONFIG_SOFTFLOAT */ |