From a82a8643fd1430a623bacae7d3a011036d170e87 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 27 Dec 2014 15:25:35 -0500 Subject: [PATCH] Update binutils for new install dir option --- stage0/hv-install-2 | 2 +- stage0/pkg/binutils | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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 -- 2.20.1