gcc: update to 4.4.1.

--HG--
extra : convert_revision : c01181a369130b15037fcdac9589bcb163fd98cb
This commit is contained in:
Juan RP 2009-07-28 17:03:50 +02:00
parent 2b3363993f
commit 26ed4d0060

View file

@ -1,7 +1,7 @@
# Template build file for 'gcc'
pkgname=gcc
sourcepkg=gcc
version=4.4.0
sourcepkg=$pkgname
version=4.4.1
patch_files="$pkgname-fix-amd64.diff"
distfiles="
http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version.tar.bz2"
@ -13,7 +13,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=c5fe6f4c62ee7288765c3800ec9d21ad936bdcb5a04374cc09bd5a4232b836c9
checksum=cbefa9abd4adac0931e1b556072dcd8b32a360d4b95a94d7822c86bded803d5b
long_desc="
The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."