Upgrade to boost-1.57.0
[hvlinux.git] / stage0 / hv-install-2
index ef76fbd..7b7f32e 100755 (executable)
@@ -16,15 +16,13 @@ case "${HVL_TARGET}" in
         ;;
 esac
 
-CPPFLAGS=-fexceptions \
-    ipkg ${GMP} "\
+ipkg ${GMP} "\
     --enable-cxx \
     --disable-static"
 
 export LDFLAGS="-Wl,-rpath,/cross-tools/lib"
 
 ipkg ${MPFR} "\
-    --enable-shared \
     --disable-static \
     --with-gmp=/cross-tools"
 
@@ -33,8 +31,11 @@ ipkg ${MPC} "\
     --with-gmp=/cross-tools \
     --with-mpfr=/cross-tools"
 
+ipkg ${ISL} "\
+    --disable-static \
+    --with-gmp-prefix=/cross-tools"
+
 ipkg ${CLOOG} "\
-    --enable-shared \
     --disable-static \
     --with-bits=gmp \
     --with-gmp-prefix=/cross-tools"