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:
@@ -42,7 +42,7 @@ details. */
|
||||
|
||||
// Prefix and suffix for shared libraries.
|
||||
#define _Jv_platform_solib_prefix "lib"
|
||||
#if defined(__APPLE__) && defined(__MACH__) && defined(__ppc__)
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
#define _Jv_platform_solib_suffix ".dylib"
|
||||
#else
|
||||
#define _Jv_platform_solib_suffix ".so"
|
||||
|
||||
Reference in New Issue
Block a user