From: Hugo Villeneuve Date: Wed, 24 Sep 2014 02:01:19 +0000 (-0400) Subject: Update gmp and mpc packages X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=d4c538dd077a095cacaa28bd6fff6f65e6fb3d84;p=hvlinux.git Update gmp and mpc packages Remove obsolete GMP CPPFLAGS option. --- diff --git a/config/packages-list b/config/packages-list index f1f105a..668c12c 100644 --- a/config/packages-list +++ b/config/packages-list @@ -122,7 +122,7 @@ GLIB="glib-2.32.1" GLIB_NETWORKING="glib-networking-2.32.3" GLIBMM="glibmm-2.32.1" GLITZ="glitz-0.5.6" -GMP="gmp-5.1.2" +GMP="gmp-6.0.0a" GNASH=" gnash-0.8.10" GNOME_KEYRING="gnome-keyring-2.32.1" GNOME_ICON_THEME="gnome-icon-theme-3.4.0" @@ -273,7 +273,7 @@ MILTER_SPF="smf-spf-2.0.2" MOC="moc-2.4.4" MMM_MODE="mmm-mode-purcell-2012-09-21" -MPC="mpc-1.0.1" +MPC="mpc-1.0.2" MPFR="mpfr-3.1.2" MSMTP="msmtp-1.4.29" MTDEV="mtdev-1.1.3" diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index 158e4ce..cc69d32 100755 --- a/stage0/hv-install-2 +++ b/stage0/hv-install-2 @@ -16,8 +16,7 @@ case "${HVL_TARGET}" in ;; esac -CPPFLAGS=-fexceptions \ - ipkg ${GMP} "\ +ipkg ${GMP} "\ --enable-cxx \ --disable-static" diff --git a/stage1/hv-install-2 b/stage1/hv-install-2 index 89929ce..d3e961a 100755 --- a/stage1/hv-install-2 +++ b/stage1/hv-install-2 @@ -8,8 +8,7 @@ init_log_file # Building temporary system -HOST_CC=gcc CPPFLAGS=-fexceptions \ - ipkg ${GMP} "--enable-cxx" +ipkg ${GMP} "--enable-cxx" ipkg ${MPFR} "--enable-shared" ipkg ${MPC} ipkg ${ISL} diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index 18de02b..b1d2ca2 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -19,8 +19,7 @@ export CC="gcc -isystem /usr/include" export CXX="g++ -isystem /usr/include" export LDFLAGS="-Wl,-rpath-link,/lib" -CPPFLAGS=-fexceptions \ - ipkg ${GMP} "--enable-cxx --enable-mpbsd" +ipkg ${GMP} "--enable-cxx" ipkg ${MPFR} "--enable-shared --with-gmp=/usr" ipkg ${MPC} ipkg ${ISL}