X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-1;h=8d2aebd97029cacbf7e714149fd68bfeb18df1c2;hb=390720a67447800ead65b5c501d9a323d3c2b6a1;hp=678137137e2d28caa95660a57cbe57a8625fc673;hpb=f0d54c69a71d7d5cb32aa342ea38cba6aab9570f;p=hvlinux.git diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index 6781371..8d2aebd 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -19,12 +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 ${ISL} -ipkg ${CLOOG} "--enable-shared" +ipkg ${CLOOG} "--with-isl=system" unset CC unset CXX