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"
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"
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"
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"
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=""