Update mpfr patch and configure options
[hvlinux.git] / stage2 / hv-install-1
index 18de02b..8d2aebd 100755 (executable)
@@ -19,9 +19,8 @@ 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 ${MPFR} "--enable-shared --with-gmp=/usr"
+ipkg ${GMP} "--enable-cxx"
+ipkg ${MPFR} "--with-gmp=/usr"
 ipkg ${MPC}
 ipkg ${ISL}
 ipkg ${CLOOG} "--with-isl=system"