diff options
| -rw-r--r-- | gcc/ChangeLog | 3 | ||||
| -rw-r--r-- | gcc/config/rs6000/t-darwin8 | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13254b0..f427dbf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,9 @@ 2005-09-28 Geoffrey Keating <geoffk@apple.com> + * config/rs6000/t-darwin8: Uncomment contents, allow -m64 + multilib to be built. + * Makefile.in: Export LIPO_FOR_TARGET, STRIP_FOR_TARGET. (stage1-start): Delete old libgcc and libunwind before moving anything into the stage directory. diff --git a/gcc/config/rs6000/t-darwin8 b/gcc/config/rs6000/t-darwin8 index 873da5d..2f3bb32 100644 --- a/gcc/config/rs6000/t-darwin8 +++ b/gcc/config/rs6000/t-darwin8 @@ -1,5 +1,3 @@ # 64-bit libraries can only be built in Darwin 8.x or later. -# Unfortunately, though, libjava and libffi haven't been ported to -m64 -# yet. -# MULTILIB_OPTIONS = m64 -# MULTILIB_DIRNAMES = ppc64 +MULTILIB_OPTIONS = m64 +MULTILIB_DIRNAMES = ppc64 |
