clarify the purpose of this project
[nyanglibc.git] / make / rtld / nptl.sh
blob894aff39d43ee7a4667945d829ceb6c7318b8c35
1 printf "\
2 RTLD NPTL***********************************************************************\n"
3 fns_shared="\
4 libc-lowlevellock \
5 libc-cancellation \
6 forward \
8 mkdir -p $build_dir/nptl
9 for fn in $fns_shared
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