OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4372af24257f2c3f3c3b4d374b35e65e301f3864
[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 crtlibid%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