From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11466 invoked by alias); 17 Dec 2004 05:21:50 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 10842 invoked from network); 17 Dec 2004 05:21:02 -0000 Received: from unknown (HELO rwcrmhc11.comcast.net) (216.148.227.85) by sourceware.org with SMTP; 17 Dec 2004 05:21:02 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (rwcrmhc12) with ESMTP id <2004121705205801400mivsle>; Fri, 17 Dec 2004 05:20:59 +0000 Received: by lucon.org (Postfix, from userid 1000) id 6790C655E5; Thu, 16 Dec 2004 21:20:58 -0800 (PST) Date: Fri, 17 Dec 2004 05:21:00 -0000 From: "H. J. Lu" To: DJ Delorie Cc: binutils@sources.redhat.com, gcc-patches@gcc.gnu.org Subject: Re: PATCH: Fix shared library build for libiberty Message-ID: <20041217052058.GA21455@lucon.org> References: <20041216230100.GA16067@lucon.org> <200412170200.iBH20euE027630@greed.delorie.com> <20041217020757.GA18875@lucon.org> <200412170210.iBH2Afpl027782@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412170210.iBH2Afpl027782@greed.delorie.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-12/txt/msg00208.txt.bz2 On Thu, Dec 16, 2004 at 09:10:41PM -0500, DJ Delorie wrote: > > > I believe libiberty is the only library which uses config/mh-CPUpic > > for building shared library. Other libraries use libtool for that, > > which doesn't use config/mh-CPUpic. > > I'd rather libiberty use libtool, then. Any reason not to? Would you > like to try changing it? I can give it a try. H.J.