From 807ecedf01fe2ed9c58af863cddc43dfedeeb8fe Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Sat, 2 Apr 2005 10:15:27 +0000 Subject: [PATCH] * config/rs6000/t-darwin8: Comment out ppc64 multilib. From-SVN: r97436 --- gcc/ChangeLog | 2 ++ gcc/config/rs6000/t-darwin8 | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 26b9d0ff87e..2b1d9d927ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2005-04-02 Geoffrey Keating + * config/rs6000/t-darwin8: Comment out ppc64 multilib. + PR 20650 * config/rs6000/rs6000.md (fix_truncdfsi2): Make destination a register. diff --git a/gcc/config/rs6000/t-darwin8 b/gcc/config/rs6000/t-darwin8 index 2f3bb32f821..873da5deadc 100644 --- a/gcc/config/rs6000/t-darwin8 +++ b/gcc/config/rs6000/t-darwin8 @@ -1,3 +1,5 @@ # 64-bit libraries can only be built in Darwin 8.x or later. -MULTILIB_OPTIONS = m64 -MULTILIB_DIRNAMES = ppc64 +# Unfortunately, though, libjava and libffi haven't been ported to -m64 +# yet. +# MULTILIB_OPTIONS = m64 +# MULTILIB_DIRNAMES = ppc64 -- 2.30.2