Update mpfr patch and configure options
[hvlinux.git] / stage2 / hv-install-1
index 61e6138..8d2aebd 100755 (executable)
@@ -19,11 +19,11 @@ 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 ${CLOOG} "--enable-shared"
+ipkg ${ISL}
+ipkg ${CLOOG} "--with-isl=system"
 
 unset CC
 unset CXX