1# Compile crtbeginS.o and crtendS.o with pic.
2CRTSTUFF_T_CFLAGS_S = -fPIC
3
4# Compile libgcc.a with pic.
5TARGET_LIBGCC2_CFLAGS += -fPIC
6