posix.h: .dylib is used on all Apple MACH platforms.
authorMike Stump <mrs@apple.com>
Tue, 22 Mar 2005 20:10:16 +0000 (20:10 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 22 Mar 2005 20:10:16 +0000 (20:10 +0000)
        * include/posix.h: .dylib is used on all Apple MACH platforms.
        * java/lang/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN.

From-SVN: r96889

libjava/ChangeLog
libjava/include/posix.h
libjava/java/lang/ieeefp.h

index a744f8d6fd2745e71387d33e702a58612d72549f..276cb725f2f7a636b1aecc6c698f691e8c466571 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-22  Mike Stump  <mrs@apple.com>
+
+       * include/posix.h: .dylib is used on all Apple MACH platforms.
+       * java/lang/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN.
+
 2005-03-22  Tom Tromey  <tromey@redhat.com>
 
        * gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output.
index c8cd5e25e28dbc9184fc63025aabcf51f5772c0f..28ac243e7c17983bb2d72348dedf5a66b77f5ecf 100644 (file)
@@ -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"
index 5854726762846ec5a53de22c5269af383bccd461..3638d546eabd9b6fa1995bdd53410cb7b483185f 100644 (file)
 #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