posix.h: .dylib is used on all Apple MACH platforms.
* include/posix.h: .dylib is used on all Apple MACH platforms.
* java/lang/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN.
From-SVN: r96889
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
#define __IEEE_LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
#if defined (__PPC__) || defined (__ppc__)
|
||||
#if defined (__PPC__) || defined (__ppc__) || defined (__ppc64__)
|
||||
#if (defined(_BIG_ENDIAN) && _BIG_ENDIAN) || (defined(_AIX) && _AIX) \
|
||||
|| defined (__APPLE__)
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
|
||||
Reference in New Issue
Block a user