gcc-papermario/config/sparc/bsd.h

8 lines
199 B
C
Raw Normal View History

2020-09-21 03:06:00 +02:00
#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}}"