Update gmp and mpc packages
[hvlinux.git] / stage2 / hv-install-1
index 18de02b..b1d2ca2 100755 (executable)
@@ -19,8 +19,7 @@ export CC="gcc -isystem /usr/include"
 export CXX="g++ -isystem /usr/include"
 export LDFLAGS="-Wl,-rpath-link,/lib"
 
-CPPFLAGS=-fexceptions \
-    ipkg ${GMP} "--enable-cxx --enable-mpbsd"
+ipkg ${GMP} "--enable-cxx"
 ipkg ${MPFR} "--enable-shared --with-gmp=/usr"
 ipkg ${MPC}
 ipkg ${ISL}