X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage0%2Fhv-install-2;h=fffb79ddf874f25708bccac9d5e3b7c7dafe6f78;hb=0baa2ce28be36d82d1efc1fefff71ec8f617f7cb;hp=6bcd4d280028bb2e9fce806360faf609c5564d01;hpb=b7d1d99f41dcf50a8635f608679947f4455a0c7c;p=hvlinux.git diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index 6bcd4d2..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 ../sysinfos -source ../functions -source ../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=""