X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-2;h=33a944754c6f1b1b5c46a4d8706670d95ddeec71;hb=6890ab467c34bc0ae1fccf18a521c3cedfa442a2;hp=8b6c069d6a8580565fb8fb0d68f2077ca9927286;hpb=f920c7ef750f2163b9e407cc453b192ede2c185a;p=hvlinux.git diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index 8b6c069..33a9447 100755 --- a/stage0/hv-install-2 +++ b/stage0/hv-install-2 @@ -2,10 +2,7 @@ source ~/.bashrc -# Reading system configuration informations, functions and package versions. -source ../config/sysinfos -source ../functions -source ../config/packages-list +source ../functions/main init_log_file @@ -19,27 +16,27 @@ case "${HVL_TARGET}" in esac CPPFLAGS=-fexceptions \ - ipkg ${GMP} "--enable-cxx" + ipkg ${GMP} "\ + --enable-cxx \ + --disable-static" export LDFLAGS="-Wl,-rpath,/cross-tools/lib" ipkg ${MPFR} "\ --enable-shared \ + --disable-static \ --with-gmp=/cross-tools" + ipkg ${MPC} "\ + --disable-static \ --with-gmp=/cross-tools \ --with-mpfr=/cross-tools" -ipkg ${PPL} "\ - --enable-shared \ - --enable-interfaces=c,cxx \ - --disable-optimization \ - --with-libgmp-prefix=/cross-tools \ - --with-libgmpxx-prefix=/cross-tools" -ipkg ${CLOOG_PPL} "\ + +ipkg ${CLOOG} "\ --enable-shared \ + --disable-static \ --with-bits=gmp \ - --with-gmp=/cross-tools \ - --with-ppl=/cross-tools" + --with-gmp-prefix=/cross-tools" LDFLAGS=""