This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH]: complete multilib for x86_64-apple-darwin*
- From: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Cc: mrs at apple dot com
- Date: Sun, 30 Nov 2008 10:34:22 -0500
- Subject: [PATCH]: complete multilib for x86_64-apple-darwin*
The attached patch enables the m32 multilib for the
x86_64-apple-darwin* target. Tested on darwin9 and
darwin10. Okay for gcc trunk?
Jack
2008-11-29 Andreas Tobler andreast@gcc.gnu.org
Jack Howarth <howarth@bromo.med.uc.edu>
* gcc/config/i386/t-darwin64: Add m32 multilib support.
Index: gcc/config/i386/t-darwin64
===================================================================
--- gcc/config/i386/t-darwin64 (revision 142277)
+++ gcc/config/i386/t-darwin64 (working copy)
@@ -1,2 +1,8 @@
LIB2_SIDITI_CONV_FUNCS=yes
LIB2FUNCS_EXTRA = $(srcdir)/config/darwin-64.c
+
+MULTILIB_OPTIONS = m32
+MULTILIB_DIRNAMES = i386
+
+LIBGCC = stmp-multilib
+INSTALL_LIBGCC = install-multilib