aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/bsd.h
blob: 41f83081399a00d89c1cfa366c48f0cd2bf58099 (plain)
1
2
3
4
5
#undef LIB_SPEC
#define LIB_SPEC	"%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
 
#undef STARTFILE_SPEC
#define STARTFILE_SPEC	"%{pg:gcrt0.o%s}%{!pg:%{p:gcrt0.o%s}%{!p:crt0.o%s}}"