This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]