Update gmp and mpc packages
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 24 Sep 2014 02:01:19 +0000 (22:01 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 5 Dec 2014 04:44:19 +0000 (23:44 -0500)
Remove obsolete GMP CPPFLAGS option.

config/packages-list
stage0/hv-install-2
stage1/hv-install-2
stage2/hv-install-1

index f1f105a..668c12c 100644 (file)
@@ -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"
index 158e4ce..cc69d32 100755 (executable)
@@ -16,8 +16,7 @@ case "${HVL_TARGET}" in
         ;;
 esac
 
-CPPFLAGS=-fexceptions \
-    ipkg ${GMP} "\
+ipkg ${GMP} "\
     --enable-cxx \
     --disable-static"
 
index 89929ce..d3e961a 100755 (executable)
@@ -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}
index 18de02b..b1d2ca2 100755 (executable)
@@ -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}