repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
make
/
rtld
/
nptl.sh
blob
894aff39d43ee7a4667945d829ceb6c7318b8c35
1
printf
"\
2
RTLD NPTL***********************************************************************
\n
"
3
fns_shared
=
"\
4
libc-lowlevellock \
5
libc-cancellation \
6
forward \
7
"
8
mkdir
-p
$build_dir
/
nptl
9
for
fn
in
$fns_shared
10
do
11
printf
"ASSEMBLING RTLD SHARED rtld-
$fn
\n
"
12
$as $src_dir
/
nptl
/
rtld-
$fn
.shared.s
-o
$build_dir
/
nptl
/
rtld-
$fn
.os
13
done