Update gmp and mpc packages
[hvlinux.git] / stage1 / hv-install-2
index 89929ce..d3e961a 100755 (executable)
@@ -8,8 +8,7 @@ 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}