From e51ddb6fc7df9c8a461f5c71c7d963518896bbf9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Oct 2009 10:08:33 +0200 Subject: [PATCH] gcc: update to 4.4.2. --HG-- extra : convert_revision : f3392bb4692e5757cbc088745381da7272923d2d --- templates/gcc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gcc/template b/templates/gcc/template index d6e632f3a5b..fa6ccca0c20 100644 --- a/templates/gcc/template +++ b/templates/gcc/template @@ -1,6 +1,6 @@ # Template build file for 'gcc' pkgname=gcc -version=4.4.1 +version=4.4.2 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 @@ -10,7 +10,7 @@ configure_args="--enable-clocale=gnu --disable-bootstrap --disable-rpath --with-system-zlib --enable-shared" short_desc="The GNU C Compiler suite" maintainer="Juan RP " -checksum=cbefa9abd4adac0931e1b556072dcd8b32a360d4b95a94d7822c86bded803d5b +checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de long_desc=" The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."