1# Compile crtbeginS.o and crtendS.o with pic.
2CRTSTUFF_T_CFLAGS_S = -fPIC
3
4# Compile libgcc2.a with pic.
5TARGET_LIBGCC2_CFLAGS = -fPIC
6
7MULTILIB_OPTIONS = mthreads
8MULTILIB_DIRNAMES = thread
9
10LIBGCC = stmp-multilib
11INSTALL_LIBGCC = install-multilib
12
13Local Variables:
14mode: makefile
15End:
16