This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH RFA: Check for gold in libgomp configury
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Ian Lance Taylor <iant at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 31 Jan 2009 09:51:16 +0100
- Subject: Re: PATCH RFA: Check for gold in libgomp configury
- References: <m3wscct0ka.fsf@google.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Jan 30, 2009 at 11:08:21PM -0800, Ian Lance Taylor wrote:
> 2009-01-30 Ian Lance Taylor <iant@google.com>
>
> * acinclude.m4 (LIBCOMP_CHECK_LINKER_FEATURES): Set
> libgomp_ld_is_gold. Get gold version number.
> (LIBGOMP_ENABLE_SYMVERS): Gold always support symbol versioning.
> * configure: Rebuild.
Ok.
Jakub