binutils: depends now on package 'cloog'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-08 20:33:12 +02:00
parent 9c1d5a7366
commit 36a084f7aa
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ mkdir -p objdir && cd objdir
--disable-multilib \
--disable-libada \
--disable-libssp \
--enable-cloog-backend=isl \
--enable-version-specific-runtime-libs \
$WITH_64B_BFD \
--enable-plugins \

View File

@ -29,7 +29,7 @@ PKG_SITE="http://www.gnu.org/software/binutils/binutils.html"
PKG_URL="http://ftp.gnu.org/gnu/binutils/$PKG_NAME-$PKG_VERSION.tar.bz2"
#PKG_URL="ftp://ftp.kernel.org/pub/linux/devel/binutils/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache bison flex linux-headers gmp-host mpfr ppl cloog-ppl libelf"
PKG_BUILD_DEPENDS="ccache bison flex linux-headers gmp-host mpfr cloog ppl libelf"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="binutils: A GNU collection of binary utilities"