summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-23 14:18:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-23 14:18:57 +0200
commit37829565dce0182bc0a8f13fd3412a4723f6d73b (patch)
treed29e155cccf685f0c4cbec41125f9eb07ae3a7b7 /toolchain/gcc
parent89c97737dfc60a2e934f136c562dab5bb366396b (diff)
revert renaming of /init into /start
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 3fa197be8..9ef38d96e 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -4,6 +4,6 @@
PKG_NAME:= gcc
PKG_VERSION:= 4.4.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= cf5d787bee57f38168b74d65a7c0e6fd
+PKG_MD5SUM:= 927eaac3d44b22f31f9c83df82f26436
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2