This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
switch on 64-bit Darwin PowerPC
- From: gkeating at apple dot com (Geoffrey Keating)
- To: gcc-patches at gcc dot gnu dot org
- Cc: mmitchell at codesourcery dot org
- Date: Wed, 28 Sep 2005 16:17:08 -0700 (PDT)
- Subject: switch on 64-bit Darwin PowerPC
After my last libjava patch, the compiler now builds for me with
64-bit multilibs turned on. (Most of the work was done by Mike
earlier.)
So, I'd like to commit this patch, even though we're in stage 3.
Mark, is that OK?
--
- Geoffrey Keating <geoffk@apple.com>
===File ~/patches/gcc-darwin-8on.patch======================
2005-09-28 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/t-darwin8: Uncomment contents, allow -m64
multilib to be built.
Index: gcc/config/rs6000/t-darwin8
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/t-darwin8,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 t-darwin8
--- gcc/config/rs6000/t-darwin8 2 Apr 2005 10:15:27 -0000 1.3
+++ gcc/config/rs6000/t-darwin8 28 Sep 2005 23:15:55 -0000
@@ -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
============================================================