blob: eb3b7dec641ea5e751c18f7df15715b866e9924b [file] [log] [blame]
SHLIB_VERPFX = $(srcdir)/config/i386/darwin-libgcc
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
# file names to appear in stabs, causing the bootstrap to fail. Using -pipe
# works around this by not having any temporary file names.
TARGET_LIBGCC2_CFLAGS = -fPIC -pipe
TARGET_LIBGCC2_STATIC_CFLAGS = -mmacosx-version-min=10.4
# APPLE LOCAL end gcov 5573505