repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2006-01-30 Marcin Dalecki <martin@dalecki.de>
[official-gcc.git]
/
gcc
/
config
/
bfin
/
uclinux.h
blob
4372af24257f2c3f3c3b4d374b35e65e301f3864
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