gcc: update to 4.4.2.

--HG--
extra : convert_revision : f3392bb4692e5757cbc088745381da7272923d2d
This commit is contained in:
Juan RP 2009-10-20 10:08:33 +02:00
parent de15937c98
commit e51ddb6fc7

View file

@ -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 <xtraeme@gmail.com>"
checksum=cbefa9abd4adac0931e1b556072dcd8b32a360d4b95a94d7822c86bded803d5b
checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de
long_desc="
The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."