X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-2;h=fffb79ddf874f25708bccac9d5e3b7c7dafe6f78;hb=301a91366d75426eedf0d5994fc1241ab1d2fd47;hp=8b6c069d6a8580565fb8fb0d68f2077ca9927286;hpb=f920c7ef750f2163b9e407cc453b192ede2c185a;p=hvlinux.git diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index 8b6c069..fffb79d 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 @@ -35,11 +32,10 @@ ipkg ${PPL} "\ --disable-optimization \ --with-libgmp-prefix=/cross-tools \ --with-libgmpxx-prefix=/cross-tools" -ipkg ${CLOOG_PPL} "\ +ipkg ${CLOOG} "\ --enable-shared \ --with-bits=gmp \ - --with-gmp=/cross-tools \ - --with-ppl=/cross-tools" + --with-gmp=/cross-tools" LDFLAGS=""