Fix PowerPC long double as well.
From-SVN: r45141
This commit is contained in:
parent
be3ebbbb9e
commit
a9e7dc6cdf
@ -1,6 +1,7 @@
|
||||
2001-08-23 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/os/gnu-linux/bits/os_defines.h: Correct __s390__ definitions.
|
||||
Set __powerpc__ long double definition based on __LONG_DOUBLE_128__.
|
||||
|
||||
2001-08-23 Jason Merrill <jason_merrill@redhat.com>
|
||||
|
||||
|
@ -71,7 +71,7 @@ typedef __loff_t __off64_t;
|
||||
#define __glibcpp_long_bits 64
|
||||
#endif
|
||||
|
||||
#if defined (__alpha__) || defined (__powerpc64__) || defined (__s390__)
|
||||
#if defined (__alpha__) || (defined (__powerpc__) && !defined (__LONG_DOUBLE_128__)) || defined (__s390__)
|
||||
#define __glibcpp_long_double_bits 64
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user