gcc-final: 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:40 +02:00
parent 4ae1abac6f
commit 9cd4034f50
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ mkdir -p objdir-$1 && cd objdir-$1
--enable-plugin \
--enable-lto \
--disable-libquadmath \
--enable-cloog-backend=isl \
--enable-tls \
--enable-shared \
--enable-c99 \

View File

@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://gcc.gnu.org/"
PKG_URL=""
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache autoconf-2.64 binutils gmp-host mpfr mpc ppl cloog-ppl libelf eglibc"
PKG_BUILD_DEPENDS="ccache autoconf-2.64 binutils gmp-host mpfr mpc cloog ppl libelf eglibc"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/lang"
PKG_SHORTDESC="gcc: The GNU Compiler Collection Version 4 (aka GNU C Compiler)"