From 156c4e984968dd572d24a265085f1487815b7009 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 4 Jun 2013 16:53:37 -0400 Subject: [PATCH] Updated stage0 packages and fixed cloog compile error --- config/packages-list | 10 +++++----- stage0/hv-install-2 | 18 +++++++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/config/packages-list b/config/packages-list index 2314b5d..550f384 100644 --- a/config/packages-list +++ b/config/packages-list @@ -28,7 +28,7 @@ BC="bc-1.06.95" BDWGC="bdwgc-7_2alpha5-20110107" BISON="bison-2.5" BIND="bind-9.9.1-P2" -BINUTILS="binutils-2.22" +BINUTILS="binutils-2.23.2" ARM_BINUTILS=${BINUTILS} AVR_BINUTILS=${BINUTILS} BRIDGE_UTILS="bridge-utils-1.5" @@ -128,7 +128,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.0.5" +GMP="gmp-5.1.2" GNASH=" gnash-0.8.10" GNOME_KEYRING="gnome-keyring-2.32.1" GNOME_ICON_THEME="gnome-icon-theme-3.4.0" @@ -266,8 +266,8 @@ MILTER_SPF="smf-spf-2.0.2" MOC="moc-2.4.4" KMOD="kmod-8" MMM_MODE="mmm-mode-purcell-2012-09-21" -MPC="mpc-0.9" -MPFR="mpfr-3.1.0" +MPC="mpc-1.0.1" +MPFR="mpfr-3.1.2" MSMTP="msmtp-1.4.29" MUTT="mutt-1.5.21" MYSQL="mysql-5.5.28" @@ -318,7 +318,7 @@ PKG_CONFIG="pkg-config-0.26" POPT="popt-1.16" PORTAUDIO="pa_stable_v19_20111121" PORTMAP="portmap-6.0" -PPL="ppl-0.11.2" +PPL="ppl-0.12.1" PROCMAIL="procmail-3.22" PROCPS="procps-3.2.8" PSMISC="psmisc-22.17" 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="" -- 2.20.1