IPROUTE2="iproute2-3.3.0"
IPTABLES="iptables-1.4.15"
ISO_CODES="iso-codes-3.38"
+ISL="isl-0.12.2"
ITSTOOL="itstool-2.0.2"
JACK="jack-audio-connection-kit-0.121.3"
--with-gmp=/cross-tools \
--with-mpfr=/cross-tools"
+ipkg ${ISL} "\
+ --disable-static \
+ --with-gmp-prefix=/cross-tools"
+
ipkg ${CLOOG} "\
--enable-shared \
--disable-static \
fpkg -m gnu ${GMP}
fpkg -m gnu ${MPFR}
fpkg -e "tar.gz" ${MPC} "http://www.multiprecision.org/mpc/download"
+fpkg ${ISL} "http://isl.gforge.inria.fr"
fpkg -e "tar.gz" ${CLOOG} "http://www.bastoul.net/cloog/pages/download"
fpkg -e "tar.bz2" -m gnu ${BINUTILS}
fpkg -m gnu -s "gcc/${GCC}" ${GCC}
--disable-nls \
--with-mpfr=/cross-tools \
--with-gmp=/cross-tools \
+ --with-isl=/cross-tools \
--with-cloog=/cross-tools \
- --enable-cloog-backend=isl \
--disable-multilib"
if [ "x${HVLABEL}" = "x${GCC}-pass1" ]; then
ipkg ${GMP} "--enable-cxx"
ipkg ${MPFR} "--enable-shared"
ipkg ${MPC}
+ipkg ${ISL}
ipkg ${CLOOG} "\
--enable-shared \
--with-gmp=/tools"
lpkg 0 ${GMP}
lpkg 0 ${MPFR}
lpkg 0 ${MPC}
+lpkg 0 ${ISL}
lpkg 0 ${CLOOG}
lpkg 0 ${BINUTILS}
lpkg 0 ${GCC}
{
# Prevent GCC from looking in the wrong directories for headers and
# libraries:
- sed -e "/^HOST_\(GMP\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \
+ sed -e "/^HOST_\(GMP\|ISL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::"\
-i Makefile
}
ipkg ${GMP} "--enable-cxx --enable-mpbsd"
ipkg ${MPFR} "--enable-shared --with-gmp=/usr"
ipkg ${MPC}
+ipkg ${ISL}
ipkg ${CLOOG} "--enable-shared"
unset CC
lpkg 0 ${GMP}
lpkg 0 ${MPFR}
lpkg 0 ${MPC}
+lpkg 0 ${ISL}
lpkg 0 ${CLOOG}
lpkg 0 ${BINUTILS}
lpkg 0 ${GCC}