Update binutils for new install dir option
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 20:25:35 +0000 (15:25 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 28 Dec 2014 19:55:38 +0000 (14:55 -0500)
stage0/hv-install-2
stage0/pkg/binutils

index 53694b2..5bff462 100755 (executable)
@@ -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
index 2653b0d..5a057a1 100644 (file)
@@ -31,12 +31,6 @@ hvconfig_pre()
     esac
 }
 
-hvbuild()
-{
-    ${HVMAKE}
-    ${HVMAKE} install DESTDIR=${CLFS}
-}
-
 hvconfig_post()
 {
     unset AR