X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-1;h=db8b3338e360b7ab631f759ab9e918b2b64c4e54;hb=cf3d9a3b194a6578c881cdd4eb528398d4de2741;hp=7a6b91f9b0af65e261f35cce1ae2bf4bed6645f8;hpb=5c52b16f318f2aded617f3e0619125964e87c50a;p=hvlinux.git diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index 7a6b91f..db8b333 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -15,6 +15,7 @@ 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" @@ -34,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}