repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid attempt for runtime checks if all environments are defined
[glibc.git]
/
sysdeps
/
mach
/
hurd
/
libc_p-ldscript
blob
7dcd52eec4b779535eb186001dc2d25472714c69
1
/* GNU ld script
2
This linker script is installed as /lib/libc_p.a.
3
It makes -lc_p become just like -( -lcrt_p -lmachuser_p -lhurduser_p -).
4
*/
5
6
GROUP ( libcrt_p.a libmachuser_p.a libhurduser_p.a )