X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fglibc;fp=stage0%2Fpkg%2Fglibc;h=acf6b5ab248b4419d246b38da72dc8028fd60b58;hb=e3cea905616f1775d6be858bb65687373315c9c0;hp=d31ab21fd40655bbd89de410effeae107ff8653b;hpb=7b40561e6d5d111a05ae8fc233684dde5a0bc6ba;p=hvlinux.git diff --git a/stage0/pkg/glibc b/stage0/pkg/glibc index d31ab21..acf6b5a 100644 --- a/stage0/pkg/glibc +++ b/stage0/pkg/glibc @@ -20,9 +20,9 @@ hvconfig_pre() --with-tls \ --enable-kernel=$(get_pkg_ver3 ${KERNEL}) \ --with-__thread \ - --with-binutils=/cross-tools/bin \ + --with-binutils=${CROSS_TOOLS_DIR}/bin \ --enable-obsolete-rpc \ - --with-headers=/tools/include" + --with-headers=${TOOLS_DIR}/include" } # For Glibc to support NPTL: @@ -36,6 +36,12 @@ libc_cv_ssp=no EOF } +hvbuild() +{ + ${HVMAKE} + ${HVMAKE} install install_root=${CLFS} +} + hvconfig_post() { unset BUILD_CC