1# The native linker doesn't handle linking -fpic code with -fPIC code.  Ugh.
2# We cope by building both variants of libgcc.
3MULTILIB_OPTIONS = fpic/fPIC
4LIBGCC = stmp-multilib
5INSTALL_LIBGCC = install-multilib
6