This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Can gold be compiled with gcc 3.4?
- From: Ian Lance Taylor <iant at google dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: binutils at sourceware dot org
- Date: Tue, 03 Nov 2009 16:40:50 -0800
- Subject: Re: Can gold be compiled with gcc 3.4?
- References: <20091103180022.GA2027@lucon.org>
"H.J. Lu" <hongjiu.lu@intel.com> writes:
> Can gold be compiled with gcc 3.4?
No. From the README:
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.
Ian