41f83081399a00d89c1cfa366c48f0cd2bf58099
[platform/upstream/gcc.git] / gcc / config / sparc / bsd.h
1 #undef LIB_SPEC
2 #define LIB_SPEC        "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
3  
4 #undef STARTFILE_SPEC
5 #define STARTFILE_SPEC  "%{pg:gcrt0.o%s}%{!pg:%{p:gcrt0.o%s}%{!p:crt0.o%s}}"