X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fbinutils;h=9ea2aad547fb6dc4cf514ebd99671e6177813a0a;hb=c6741cb82c13737af3d22ba52c34dd1fe22fc887;hp=605dc8873345619dece8a3493ac4e996173d1250;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage1/pkg/binutils b/stage1/pkg/binutils index 605dc88..9ea2aad 100644 --- a/stage1/pkg/binutils +++ b/stage1/pkg/binutils @@ -2,6 +2,14 @@ hvconfig_pre() { + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --target=${CLFS_TARGET} \ + --with-lib-path=/tools/lib \ + --disable-nls \ + --enable-shared \ + --disable-multilib" + case "${HVL_TARGET}" in "x86_64") # This adds 64 bit support to Binutils. @@ -10,9 +18,7 @@ hvconfig_pre() esac } -hvbuild() +hvconfig_post() { ${HVMAKE} configure-host - ${HVMAKE} - ${HVMAKE} install }