From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3610 invoked by alias); 30 Mar 2014 18:28:09 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 3584 invoked by uid 89); 30 Mar 2014 18:28:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 30 Mar 2014 18:28:07 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2UIS3MJ010281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 30 Mar 2014 14:28:03 -0400 Received: from [10.3.113.165] (ovpn-113-165.phx2.redhat.com [10.3.113.165]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s2UIS1CG014584; Sun, 30 Mar 2014 14:28:02 -0400 Message-ID: <53386231.6010107@redhat.com> Date: Sun, 30 Mar 2014 18:28:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Roland McGrath , "GNU C. Library" CC: binutils@sourceware.org Subject: Re: gold vs libc References: <20140330042516.1A88E74481@topped-with-meat.com> In-Reply-To: <20140330042516.1A88E74481@topped-with-meat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-03/txt/msg00313.txt.bz2 On 03/30/2014 12:25 AM, Roland McGrath wrote: > On the glibc.git branch roland/gold-vs-libc is the trivial configure change > necessary to let glibc attempt to build using gold as the linker. (The > version check with that change is excessively loose--to boot, it admits > current gold versions so you can test, even though they don't work enough.) Enabling gold is BZ #14995. https://sourceware.org/bugzilla/show_bug.cgi?id=14995 ... and to link to the old discussion with more patches for configure: https://sourceware.org/ml/libc-alpha/2013-01/msg00274.html Cheres, Carlos.