X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-1;h=db8b3338e360b7ab631f759ab9e918b2b64c4e54;hb=1b3f334af67c84997f7b5e6dee56faf556f0ea4b;hp=59f366d26b58c7d6b3f9e9f8eadd9a8b792974c4;hpb=6902d9bb7c1b5f6a1b30777031a6fc1be3242ba0;p=hvlinux.git diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index 59f366d..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 -m acnb ${PERL} +ipkg -m acnb -l "${PERL}-pass2" ${PERL} ipkg -m acnb ${BISON} ipkg -m noac ${IPROUTE2} ipkg ${READLINE}