diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-18 12:04:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-18 12:04:02 +0200 |
commit | 9b7f5eba5fa07d65188d1f40b5bc244f0a2aa129 (patch) | |
tree | f80f2ff06193ad8e23f4aac85632ed1863b9fb9b /toolchain/gcc | |
parent | c008b8741447a77371f3fd487830bfd7952dbdcd (diff) |
update gcc, binutils, gdb, linux kernel, dnsmasq and alsa
WARNING: tested only on qemu-x86
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 9ef38d96e..713c7b161 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gcc -PKG_VERSION:= 4.4.1 +PKG_VERSION:= 4.4.2 PKG_RELEASE:= 1 -PKG_MD5SUM:= 927eaac3d44b22f31f9c83df82f26436 +PKG_MD5SUM:= 70f5ac588a79e3c9901d5b34f58d896d PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |