1 /* The GNU C++ standard library requires that these macros be defined. */
2 #undef CPLUSPLUS_CPP_SPEC
3 #define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
6 #define STARTFILE_SPEC \
7 "crt1%O%s crti%O%s crtbegin%O%s crtlibid%O%s"
10 #define ENDFILE_SPEC \
14 #define LIB_SPEC "%{pthread:-lpthread} -lc"
16 #define NO_IMPLICIT_EXTERN_C