Clean import of gcc-core-4.1.2.tar.bz2
[delight.git] / gcc-4.1.2 / gcc / config / bfin / uclinux.h
blob7476df8255ae6fca1be0c9f1eaaef092f4fc9549
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)"
5 #undef STARTFILE_SPEC
6 #define STARTFILE_SPEC \
7 "crt1%O%s crti%O%s crtbegin%O%s crtlibid%O%s"
9 #undef ENDFILE_SPEC
10 #define ENDFILE_SPEC \
11 "crtend%O%s crtn%O%s"
13 #undef LIB_SPEC
14 #define LIB_SPEC "%{pthread:-lpthread} -lc"
16 #define NO_IMPLICIT_EXTERN_C