changeset 875:b232fc551b1e

update package binutils (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 19 Apr 2010 00:12:24 +0200
parents 728227620a13
children 7bc91d496bb8
files doc/index.html src/binutils.mk
diffstat 2 files changed, 2 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Fri Apr 16 02:27:29 2010 +0200
+++ b/doc/index.html	Mon Apr 19 00:12:24 2010 +0200
@@ -638,19 +638,11 @@
     Open Solaris does not fulfill the requirements.
     Two requirements are hopelessly outdated (M4, Autoconf)&nbsp;<a href="#requirements-opensolaris-dev-note">(*)</a>,
     and one requirement is not provided at all (SCons).
-    In addition, due to a bug in its LibC,
-    Open Solaris is unable to run some tools of Binutils 2.20.
     If you want to run mingw-cross-env on Open Solaris nevertheless,
     a lot of manual work is required:
     </p>
 
     <p>
-    Downgrade mingw-cross-env's Binutils to 2.19 by hand:
-    </p>
-    <pre>wget http://hg.savannah.gnu.org/hgweb/mingw-cross-env/raw-file/a69aa7de9d10/src/binutils.mk
-mv binutils.mk /<em>where mingw-cross-env is installed</em>/src/</pre>
-
-    <p>
     Install all requirements
     that already ship with Solaris:
     </p>
--- a/src/binutils.mk	Fri Apr 16 02:27:29 2010 +0200
+++ b/src/binutils.mk	Mon Apr 19 00:12:24 2010 +0200
@@ -4,8 +4,8 @@
 # GNU Binutils
 PKG             := binutils
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.20
-$(PKG)_CHECKSUM := 747e7b4d94bce46587236dc5f428e5b412a590dc
+$(PKG)_VERSION  := 2.20.1
+$(PKG)_CHECKSUM := fd2ba806e6f3a55cee453cb25c86991b26a75dee
 $(PKG)_SUBDIR   := binutils-$($(PKG)_VERSION)
 $(PKG)_FILE     := binutils-$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://www.gnu.org/software/binutils/