blob: 4372af24257f2c3f3c3b4d374b35e65e301f3864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \
"crt1%O%s crti%O%s crtbegin%O%s crtlibid%O%s"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC \
"crtend%O%s crtn%O%s"
#undef LIB_SPEC
#define LIB_SPEC "%{pthread:-lpthread} -lc"
#define NO_IMPLICIT_EXTERN_C
|