diff options
author | Mike Stump <mrs@apple.com> | 2005-03-22 20:10:16 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2005-03-22 20:10:16 +0000 |
commit | 4148df124f2a07b6c629d196a1ddfed38248d014 (patch) | |
tree | b177f6f63be35b555c3f0326af1584bc49fe603c /libjava/include/posix.h | |
parent | 9ea1c2f673c603601103be092a3d80c9decf519f (diff) | |
download | gcc-4148df124f2a07b6c629d196a1ddfed38248d014.zip gcc-4148df124f2a07b6c629d196a1ddfed38248d014.tar.gz gcc-4148df124f2a07b6c629d196a1ddfed38248d014.tar.bz2 |
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
Diffstat (limited to 'libjava/include/posix.h')
-rw-r--r-- | libjava/include/posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/include/posix.h b/libjava/include/posix.h index c8cd5e2..28ac243 100644 --- a/libjava/include/posix.h +++ b/libjava/include/posix.h @@ -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" |