From ed1dacd70031b81ea1f7afded0a480cbc4da3da7 Mon Sep 17 00:00:00 2001 From: geoffk Date: Sat, 2 Apr 2005 10:15:27 +0000 Subject: [PATCH] * config/rs6000/t-darwin8: Comment out ppc64 multilib. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97436 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 26b9d0ff87e0..2b1d9d927eca 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 2f3bb32f821a..873da5deadc9 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.47.3