From: blueswir1 Date: Sun, 8 Mar 2009 15:58:00 +0000 (+0000) Subject: Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper) X-Git-Tag: 0.10.0-0sb10~1811 X-Git-Url: http://git.maemo.org/git/?p=qemu;a=commitdiff_plain;h=2734c7037ec7bf2e43576a70491718afbc9b137f Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6782 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/fpu/softfloat.h b/fpu/softfloat.h index a0353da..850a01f 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(_BSD) +#if (defined(__i386__) || defined(__x86_64__)) && !defined(HOST_BSD) #define FLOATX80 #endif #endif /* !CONFIG_SOFTFLOAT */