diff options
author | Geoffrey Keating <geoffk@apple.com> | 2005-04-02 10:15:27 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2005-04-02 10:15:27 +0000 |
commit | 807ecedf01fe2ed9c58af863cddc43dfedeeb8fe (patch) | |
tree | ab474ea4f3ad8e24a9b7f32bf4553ece1c4303b8 | |
parent | 51b759248a56e7638ea4c5d7afc7586ffa98a2dc (diff) | |
download | gcc-807ecedf01fe2ed9c58af863cddc43dfedeeb8fe.zip gcc-807ecedf01fe2ed9c58af863cddc43dfedeeb8fe.tar.gz gcc-807ecedf01fe2ed9c58af863cddc43dfedeeb8fe.tar.bz2 |
* config/rs6000/t-darwin8: Comment out ppc64 multilib.
From-SVN: r97436
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/t-darwin8 | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 26b9d0f..2b1d9d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2005-04-02 Geoffrey Keating <geoffk@apple.com> + * 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 2f3bb32..873da5d 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 |