diff -r 727428239ce5 doc/index.html --- a/doc/index.html Fri Apr 16 02:27:29 2010 +0200 +++ b/doc/index.html Sun Apr 18 16:49:59 2010 +1000 @@ -638,19 +638,11 @@ 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 -r 727428239ce5 src/binutils.mk --- a/src/binutils.mk Fri Apr 16 02:27:29 2010 +0200 +++ b/src/binutils.mk Sun Apr 18 16:49:59 2010 +1000 @@ -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/