From: Hugo Villeneuve Date: Sat, 27 Dec 2014 20:25:35 +0000 (-0500) Subject: Update binutils for new install dir option X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=a82a8643fd1430a623bacae7d3a011036d170e87 Update binutils for new install dir option --- diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index 53694b2..5bff462 100755 --- a/stage0/hv-install-2 +++ b/stage0/hv-install-2 @@ -35,7 +35,7 @@ ipkg ${CLOOG} "\ LDFLAGS="" -ipkg ${BINUTILS} +ipkg -i ${LFS} ${BINUTILS} ipkg -l "${GCC}-pass1" ${GCC} if [ x"${INSTALL_GLIBC}" == x"1" ]; then diff --git a/stage0/pkg/binutils b/stage0/pkg/binutils index 2653b0d..5a057a1 100644 --- a/stage0/pkg/binutils +++ b/stage0/pkg/binutils @@ -31,12 +31,6 @@ hvconfig_pre() esac } -hvbuild() -{ - ${HVMAKE} - ${HVMAKE} install DESTDIR=${CLFS} -} - hvconfig_post() { unset AR