X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-2;h=7b7f32e998463dfcb6e9965140a1404f6e60ccd5;hb=deb5f975a44dc0778ae6f0beea0e46e0a34f2a36;hp=158e4ce3aa11e5a2d0903c554498d172dab5a524;hpb=74eeb0ffa69ee13dbfa5f020ec217a6693f81a32;p=hvlinux.git diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index 158e4ce..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"