From c46c7c32bf74eb58d645230a44d060f85840ac6d Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Mon, 19 Apr 2010 00:12:24 +0200 Subject: update package binutils (by Tony Theodore) --- doc/index.html | 8 -------- src/binutils.mk | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/index.html b/doc/index.html index d812a91..4456de3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -638,19 +638,11 @@ sudo gcc_select gcc40 Open Solaris does not fulfill the requirements. Two requirements are hopelessly outdated (M4, Autoconf) (*), 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:

- Downgrade mingw-cross-env's Binutils to 2.19 by hand: -

-
wget http://hg.savannah.gnu.org/hgweb/mingw-cross-env/raw-file/a69aa7de9d10/src/binutils.mk
-mv binutils.mk /where mingw-cross-env is installed/src/
- -

Install all requirements that already ship with Solaris:

diff --git a/src/binutils.mk b/src/binutils.mk index 0572279..5b1aeaa 100644 --- a/src/binutils.mk +++ b/src/binutils.mk @@ -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/ -- cgit v0.12