1EXTRA_MULTILIB_PARTS= crt1.o crti.o crtn.o \ 2 crtbegin.o crtend.o crtbeginS.o crtendS.o $(IC_EXTRA_PARTS) $(OPT_EXTRA_PARTS) 3 4# Compile crtbeginS.o and crtendS.o with pic. 5CRTSTUFF_T_CFLAGS_S = -fPIC 6 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 11