Update gmp and mpc packages
[hvlinux.git] / stage1 / hv-install-2
index cc51073..d3e961a 100755 (executable)
@@ -8,13 +8,12 @@ init_log_file
 
 # Building temporary system
 
-HOST_CC=gcc CPPFLAGS=-fexceptions \
-    ipkg ${GMP} "--enable-cxx"
+ipkg ${GMP} "--enable-cxx"
 ipkg ${MPFR} "--enable-shared"
 ipkg ${MPC}
+ipkg ${ISL}
 ipkg ${CLOOG} "\
-    --enable-shared \
-    --with-gmp=/tools"
+    --with-isl=system"
 ipkg -m acnb ${ZLIB}
 ipkg ${BINUTILS}
 ipkg ${GCC}