Add temporary C++ toolchain hack
[hvlinux.git] / stage2 / hv-install-1
index 7a6b91f..db8b333 100755 (executable)
@@ -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}