diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 18:05:24 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 18:05:24 +0000 |
commit | 18d5451c7c80a625ec319e0f01874c8c216732bf (patch) | |
tree | db2a25c61e3fc767082f4422ca971f6206957309 /gcc/config/i386/t-darwin64 | |
parent | 2fac06593e567d1ae16cb20e5d32a94dd1f3840c (diff) | |
download | gcc-18d5451c7c80a625ec319e0f01874c8c216732bf.tar.gz |
2008-12-02 Andreas Tobler <a.tobler@schweiz.org>
Jack Howarth <howarth@bromo.med.uc.edu>
* config/i386/t-darwin64: Add m32 multilib support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142370 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/t-darwin64')
-rw-r--r-- | gcc/config/i386/t-darwin64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/t-darwin64 b/gcc/config/i386/t-darwin64 index 5143e3819dc..81b4565ac72 100644 --- a/gcc/config/i386/t-darwin64 +++ b/gcc/config/i386/t-darwin64 @@ -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 |