From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27009 invoked by alias); 17 Dec 2004 02:08:10 -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 26316 invoked from network); 17 Dec 2004 02:07:58 -0000 Received: from unknown (HELO rwcrmhc13.comcast.net) (204.127.198.39) by sourceware.org with SMTP; 17 Dec 2004 02:07:58 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (rwcrmhc13) with ESMTP id <20041217020757015008vts8e>; Fri, 17 Dec 2004 02:07:58 +0000 Received: by lucon.org (Postfix, from userid 1000) id 72357655E5; Thu, 16 Dec 2004 18:07:57 -0800 (PST) Date: Fri, 17 Dec 2004 02:08: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: <20041217020757.GA18875@lucon.org> References: <20041216230100.GA16067@lucon.org> <200412170200.iBH20euE027630@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412170200.iBH20euE027630@greed.delorie.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-12/txt/msg00204.txt.bz2 On Thu, Dec 16, 2004 at 09:00:41PM -0500, DJ Delorie wrote: > > Why is this libiberty specific? What do the other libraries do? 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. H.J.