X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-2;h=7b7f32e998463dfcb6e9965140a1404f6e60ccd5;hb=324f856b770e4fe16d10ffcd069f2f7b70585589;hp=c7ee29339c818138fb12a58e8c58f8cab7c5daa3;hpb=f0d54c69a71d7d5cb32aa342ea38cba6aab9570f;p=hvlinux.git diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index c7ee293..7b7f32e 100755 --- a/stage0/hv-install-2 +++ b/stage0/hv-install-2 @@ -16,15 +16,13 @@ case "${HVL_TARGET}" in ;; esac -CPPFLAGS=-fexceptions \ - ipkg ${GMP} "\ +ipkg ${GMP} "\ --enable-cxx \ --disable-static" export LDFLAGS="-Wl,-rpath,/cross-tools/lib" ipkg ${MPFR} "\ - --enable-shared \ --disable-static \ --with-gmp=/cross-tools" @@ -38,7 +36,6 @@ ipkg ${ISL} "\ --with-gmp-prefix=/cross-tools" ipkg ${CLOOG} "\ - --enable-shared \ --disable-static \ --with-bits=gmp \ --with-gmp-prefix=/cross-tools"