1 EXTRA_MULTILIB_PARTS= crt1.o crti.o crtn.o \
2 crtbegin.o crtend.o crtbeginS.o crtendS.o
4 # Compile crtbeginS.o and crtendS.o with pic.
5 CRTSTUFF_T_CFLAGS_S = -fPIC
7 # Don't compile libgcc with -fpic for now. It's unlikely that we'll
8 # build shared libraries for embedded SH.
9 # Linux / Netbsd will already have set TARGET_LIBGCC2_CFLAGS.
10 # TARGET_LIBGCC2_CFLAGS = -fpic