aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/bsd.h
blob: 761abe2671b8835aa9cb104c8b9f7797233438d5 (plain)
1
2
3
4
5
6
7
#include "sparc/sparc.h"

#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}}"