X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fglibc;h=85a2e387dd8343776e258138a6c9f4636c4dfa93;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=d31ab21fd40655bbd89de410effeae107ff8653b;hpb=b99ee4fadea43f239cf2df146fb93bfc95bd783e;p=hvlinux.git diff --git a/stage0/pkg/glibc b/stage0/pkg/glibc index d31ab21..85a2e38 100644 --- a/stage0/pkg/glibc +++ b/stage0/pkg/glibc @@ -18,17 +18,17 @@ hvconfig_pre() --build=${CLFS_HOST} \ --disable-profile \ --with-tls \ - --enable-kernel=$(get_pkg_ver3 ${KERNEL}) \ + --enable-kernel=$(get_pkg_ver1 ${KERNEL}).0.0 \ --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: hvconfig_cache() { -cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF +cat > ${BUILD_DIR}/config.cache << EOF libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes libc_cv_gnu89_inline=yes @@ -36,6 +36,12 @@ libc_cv_ssp=no EOF } +hvbuild() +{ + ${HVMAKE} + ${HVMAKE} install_root=${LFS} install +} + hvconfig_post() { unset BUILD_CC