X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-2;h=0be337f8dfd0c0acdda959725cc367ad5ebedc41;hb=5ac37bce4a0292f835f6dced9cde88c7e92223f9;hp=fffb79ddf874f25708bccac9d5e3b7c7dafe6f78;hpb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;p=hvlinux.git diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index fffb79d..0be337f 100755 --- a/stage0/hv-install-2 +++ b/stage0/hv-install-2 @@ -16,26 +16,34 @@ 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} "\ + +CPPFLAGS="-I/cross-tools/include" \ + ipkg ${PPL} "\ --enable-shared \ + --disable-static \ --enable-interfaces=c,cxx \ --disable-optimization \ - --with-libgmp-prefix=/cross-tools \ - --with-libgmpxx-prefix=/cross-tools" + --with-gmp=/cross-tools" ipkg ${CLOOG} "\ --enable-shared \ + --disable-static \ --with-bits=gmp \ - --with-gmp=/cross-tools" + --with-gmp-prefix=/cross-tools" LDFLAGS=""