[llvm-branch-commits] [llvm-gcc-branch] r80557 - /llvm-gcc-4.2/branches/release_26/gcc/config/i386/t-darwin64
Tanya Lattner
tonic at nondot.org
Sun Aug 30 23:39:48 PDT 2009
Author: tbrethou
Date: Mon Aug 31 01:39:47 2009
New Revision: 80557
URL: http://llvm.org/viewvc/llvm-project?rev=80557&view=rev
Log:
Merge from mainline.
Modified:
llvm-gcc-4.2/branches/release_26/gcc/config/i386/t-darwin64
Modified: llvm-gcc-4.2/branches/release_26/gcc/config/i386/t-darwin64
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/release_26/gcc/config/i386/t-darwin64?rev=80557&r1=80556&r2=80557&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/release_26/gcc/config/i386/t-darwin64 (original)
+++ llvm-gcc-4.2/branches/release_26/gcc/config/i386/t-darwin64 Mon Aug 31 01:39:47 2009
@@ -2,6 +2,14 @@
LIB2_SIDITI_CONV_FUNCS=yes
LIB2FUNCS_EXTRA = $(srcdir)/config/darwin-64.c
+# LLVM LOCAL begin
+MULTILIB_OPTIONS = m32
+MULTILIB_DIRNAMES = i386
+
+LIBGCC = stmp-multilib
+INSTALL_LIBGCC = install-multilib
+# LLVM LOCAL end
+
# APPLE LOCAL begin gcov 5573505
# -pipe because there's an assembler bug, 4077127, which causes
# it to not properly process the first # directive, causing temporary
More information about the llvm-branch-commits
mailing list