aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin/uclinux.h
blob: 361a923326c77c462f6c1e698332d30646011875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#undef  STARTFILE_SPEC
#define STARTFILE_SPEC \
  "crt1%O%s crti%O%s crtbegin%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