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