X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-1;h=8d2aebd97029cacbf7e714149fd68bfeb18df1c2;hb=25444ab74e068ffdba5d00817d7eb0daff096839;hp=61e61386bdb3c7dfed7d281d65c3389c6c2ca12b;hpb=b99ee4fadea43f239cf2df146fb93bfc95bd783e;p=hvlinux.git diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index 61e6138..8d2aebd 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -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