From 23ed23848b20d7500265e1a7c960ad01553cbaaa Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Thu, 29 Sep 2005 00:42:21 +0000 Subject: [PATCH] t-darwin8: Uncomment contents, allow -m64 multilib to be built. * config/rs6000/t-darwin8: Uncomment contents, allow -m64 multilib to be built. From-SVN: r104755 --- gcc/ChangeLog | 3 +++ gcc/config/rs6000/t-darwin8 | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13254b0b546..f427dbf225d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,9 @@ 2005-09-28 Geoffrey Keating + * 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 873da5deadc..2f3bb32f821 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 -- 2.30.2