/* The GNU C++ standard library requires that these macros be defined. */ #undef CPLUSPLUS_CPP_SPEC #define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)" #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