update package binutils (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2010-04-19 00:12:24 +02:00
parent 11a9ac0158
commit c46c7c32bf
2 changed files with 2 additions and 10 deletions

View File

@ -638,18 +638,10 @@ sudo gcc_select gcc40</pre>
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:

View File

@ -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/