summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-03 17:56:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-03 17:56:52 +0200
commit91bf2231a22d817d9ec663d9a76464c220adb88f (patch)
tree4b42e59f6587a5d8d852ae73c884f320e7dfd834 /toolchain
parent6bbf0a29693f0720d9753e11220e39a71b0454fd (diff)
fix instability problems on my loongson laptop
the latest binutils contains the needed options to build a kernel with the needed workarounds. Activate the work arounds.
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index c38f81d7a..7a91b2a69 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -2,8 +2,9 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= binutils
-PKG_VERSION:= 2.20.1
+PKG_VERSION:= 2.20.51
PKG_RELEASE:= 1
-PKG_MD5SUM:= 9cdfb9d6ec0578c166d3beae5e15c4e5
-PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
+PKG_MD5SUM:= 70971093cfa11bd943e06eccb2fd8914
+PKG_SITES:= ftp://sourceware.org/pub/binutils/snapshots/
+#PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2