* README: Update compilers known to work and fail.

This commit is contained in:
Ian Lance Taylor 2010-12-01 16:51:44 +00:00
parent 4aac0db70f
commit 9a5ce24c61
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-12-01 Ian Lance Taylor <iant@google.com>
* README: Update compilers known to work and fail.
2010-11-23 Matthias Klose <doko@ubuntu.com>
* configure.in: For --enable-gold, handle value `default' instead of

View File

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