From de8d9e294fd18b75affa36c9e55f77f5c992e1fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 14 Nov 2009 19:15:20 +0100 Subject: [PATCH] gcc: build with cloog-ppl support, bump revision. --HG-- extra : convert_revision : 9cf64191de75a6104c91ea871014e3ce0e24c522 --- templates/gcc/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/gcc/template b/templates/gcc/template index 2c1342a9c7b..a17e3ba0e10 100644 --- a/templates/gcc/template +++ b/templates/gcc/template @@ -1,14 +1,15 @@ # Template build file for 'gcc' pkgname=gcc version=4.4.2 +revision=1 distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2" build_style=gnu_configure configure_args="--enable-clocale=gnu --disable-bootstrap --enable-threads=posix --enable-__cxa_atexit --disable-multilib --enable-languages=c,c++,objc,obj-c++ --enable-tls --with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr - --disable-rpath --with-system-zlib --enable-shared --without-cloog - --without-ppl" + --disable-rpath --with-system-zlib --enable-shared + --with-ppl=${XBPS_MASTERDIR}/usr --with-cloog=${XBPS_MASTERDIR}/usr" short_desc="The GNU C Compiler suite" maintainer="Juan RP " checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de @@ -23,6 +24,7 @@ subpackages="${subpackages} c++ objc objc++" Add_dependency full gmp Add_dependency full mpfr Add_dependency full binutils +Add_dependency full cloog-ppl Add_dependency run gcc-libgcc Add_dependency run gcc-libgomp Add_dependency run glibc-devel