wip update
[nyanlinux.git] / builders / glibc-headers-static-target-libgcc-0 / builder-target.sh
blob09b8de02e932c5f82836d67c852f8ded1d6d8ef1
1 src_name=glibc
2 git_commit=3dfd23eb4bdc7707048b115548e2238dacef064e
3 git_url0=git://sourceware.org/git/$src_name.git
5 . $nyan_root/builders/$src_name-common/fragments.sh
7 # here we use directly the src directory because it's too big just need to
8 # check the checkout-ed commit or source snapshot is the right one
10 src_dir=$src_dir_root/$src_name
11 build_dir=$builds_dir_root/$pkg_name-$target_gnu_triple
12 rm -Rf $build_dir
13 mkdir -p $build_dir
14 cd $build_dir
16 glibc_configure_headers_static_target_libgcc
18 make install-headers DESTDIR=$target_sysroot
20 glibc_add_empty_stubs_h
22 rm -Rf $build_dir