1MULTILIB_OPTIONS = m32 
2MULTILIB_DIRNAMES = 32
3
4LIBGCC = stmp-multilib
5INSTALL_LIBGCC = install-multilib
6
7EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o
8
9# The pushl in CTOR initialization interferes with frame pointer elimination.
10# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
11# because then __FRAME_END__ might not be the last thing in .eh_frame
12# section.
13CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer -fno-asynchronous-unwind-tables
14
15# Compile libgcc2.a with pic.
16TARGET_LIBGCC2_CFLAGS = -fPIC
17