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
This commit is contained in:
parent
c9985aa836
commit
2734c7037e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user