t-freebsd revision 90075
1# Don't run fixproto
2STMP_FIXPROTO =
3
4# Compile crtbeginS.o and crtendS.o with pic.
5CRTSTUFF_T_CFLAGS_S = -fPIC
6
7# Compile libgcc.a with pic.
8TARGET_LIBGCC2_CFLAGS += -fPIC
9