OSDN Git Service

Change callers in config/[n-z]*/ (the rest) to match:
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / bsd.h
1 #include "sparc/sparc.h"
2
3 #undef LIB_SPEC
4 #define LIB_SPEC        "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
5  
6 #undef STARTFILE_SPEC
7 #define STARTFILE_SPEC  "%{pg:gcrt0.o%s}%{!pg:%{p:gcrt0.o%s}%{!p:crt0.o%s}}"