OSDN Git Service

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