X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-1;h=db8b3338e360b7ab631f759ab9e918b2b64c4e54;hb=1b3f334af67c84997f7b5e6dee56faf556f0ea4b;hp=24162bee42b8070c7f9c98335eb60966f2342a0e;hpb=38b4ae2c26c88b438413c33b004783219e50eb89;p=hvlinux.git diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index 24162be..db8b333 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -9,11 +9,13 @@ init_log_file rscr mult "Performing pre-install" pre-install ipkg -m noac -l "kernel-headers" -s "kernel-headers" ${KERNEL} +ipkg -m acnb -j -l "${PERL}-pass1" ${PERL} ipkg -m noac ${MANPAGES} ipkg ${GLIBC} ipkg -m noac -s tzdata -c ${TZDATA} rscr once "Adjusting toolchain" toolchain-adjust +rscr once "Creating temporary C++ toolchain hack" toolchain-hack-cpp-add rscr mult "Testing toolchain" toolchain-test export CC="gcc -isystem /usr/include" @@ -33,6 +35,7 @@ unset LDFLAGS ipkg -m acnb ${ZLIB} ipkg ${BINUTILS} ipkg ${GCC} +rscr once "Deleting temporary C++ toolchain hack" toolchain-hack-cpp-remove rscr mult "Testing toolchain" toolchain-test ipkg ${SED} "--bindir=/bin" ipkg ${LIBFFI} @@ -55,7 +58,7 @@ ipkg ${MFOUR} ipkg -m noac ${PROCPS} ipkg ${LIBTOOL} ipkg ${FLEX} -ipkg ${PERL} +ipkg -m acnb -l "${PERL}-pass2" ${PERL} ipkg -m acnb ${BISON} ipkg -m noac ${IPROUTE2} ipkg ${READLINE}