diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-12 21:52:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-12 21:52:58 +0200 |
commit | 48b4e0eac16a23713698ea4cd088cd8c857e4c33 (patch) | |
tree | 9ad1d710268cbb5a405439d3e54cb9e926635048 /toolchain/gcc | |
parent | 5e4078831832697218a7bbe94571a985cce7bbc6 (diff) |
update gcc, kernel and uclibc Makefile
- bring rb532 in shape, make it bootable
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 9b771706f..3fa197be8 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gcc -PKG_VERSION:= 4.4.0 +PKG_VERSION:= 4.4.1 PKG_RELEASE:= 1 PKG_MD5SUM:= cf5d787bee57f38168b74d65a7c0e6fd PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/} |