]> Untitled Git - hvlinux.git/commitdiff
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 53694b2844509e6fc2054e4e2f8aeb08390f8d96..5bff46283cbf426f2117da339d4082f2997f2848 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 2653b0d799025bde7f0a397c82045f8e2aaa375f..5a057a100342160dffdf98faf47153846f160a2b 100644 (file)
@@ -31,12 +31,6 @@ hvconfig_pre()
     esac
 }
 
-hvbuild()
-{
-    ${HVMAKE}
-    ${HVMAKE} install DESTDIR=${CLFS}
-}
-
 hvconfig_post()
 {
     unset AR