Deactivate subversion server in default config
[hvlinux.git] / stage0 / hv-install-2
index c7ee293..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"
 
@@ -38,7 +36,6 @@ ipkg ${ISL} "\
     --with-gmp-prefix=/cross-tools"
 
 ipkg ${CLOOG} "\
-    --enable-shared \
     --disable-static \
     --with-bits=gmp \
     --with-gmp-prefix=/cross-tools"