1# gdb gets confused if pic code is linked with non pic
2# We cope by building variants of libgcc.
3MULTILIB_OPTIONS = fpic
4MULTILIB_MATCHES=fpic=fPIC
5LIBGCC = stmp-multilib
6INSTALL_LIBGCC = install-multilib
7