From: Ian Lance Taylor Date: Wed, 1 Dec 2010 16:51:44 +0000 (+0000) Subject: * README: Update compilers known to work and fail. X-Git-Tag: cgen-snapshot-20110101~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a5ce24c61f4e00384172807992e253ea0400874;p=platform%2Fupstream%2Fbinutils.git * README: Update compilers known to work and fail. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index ab9ed3c..49592dc 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2010-12-01 Ian Lance Taylor + + * README: Update compilers known to work and fail. + 2010-11-23 Matthias Klose * configure.in: For --enable-gold, handle value `default' instead of diff --git a/gold/README b/gold/README index 43c6897..bc8496a 100644 --- a/gold/README +++ b/gold/README @@ -53,8 +53,8 @@ Build requirements ================== The gold source code uses templates heavily. Building it requires a -recent version of g++. g++ 4.0.3 is known to work. g++ 3.2 and g++ -3.4.3 are known to fail. +recent version of g++. g++ 4.0.3 and 4.1.3 are known to work. g++ +3.2, 3.4.3, and 4.1.2 are known to fail. The linker script parser uses features which are only in newer versions of bison. bison 2.3 is known to work. bison 1.26 is known