* config/bfin/uclinux.h (NO_IMPLICIT_EXTERN_C): Define.
[official-gcc.git] / gcc / config / bfin / uclinux.h
blob361a923326c77c462f6c1e698332d30646011875
1 #undef STARTFILE_SPEC
2 #define STARTFILE_SPEC \
3 "crt1%O%s crti%O%s crtbegin%O%s"
5 #undef ENDFILE_SPEC
6 #define ENDFILE_SPEC \
7 "crtend%O%s crtn%O%s"
9 #undef LIB_SPEC
10 #define LIB_SPEC "%{pthread:-lpthread} -lc"
12 #define NO_IMPLICIT_EXTERN_C