X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-1;h=9329e5698baeded0c0f424870104c301963bc8f0;hb=81c5d62e66f370b7888fbf68c706c7f5248a9cd9;hp=18de02bf7ee5edeef1c1fde83f046f3452f1dc31;hpb=74eeb0ffa69ee13dbfa5f020ec217a6693f81a32;p=hvlinux.git diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index 18de02b..9329e56 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -11,6 +11,7 @@ rscr mult "Performing pre-install" pre-install ipkg -m noac -l "kernel-headers" -s "kernel-headers" ${KERNEL} ipkg -m noac ${MANPAGES} ipkg ${GLIBC} +ipkg -m noac -s tzdata -c ${TZDATA} rscr once "Adjusting toolchain" toolchain-adjust rscr mult "Testing toolchain" toolchain-test @@ -19,9 +20,8 @@ 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} "--with-isl=system"