From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28223 invoked by alias); 16 Oct 2002 22:36:48 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 28215 invoked from network); 16 Oct 2002 22:36:45 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 16 Oct 2002 22:36:45 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 181wlf-0007Qz-00 for ; Thu, 17 Oct 2002 00:35:55 +0200 To: gcc@gcc.gnu.org X-Injected-Via-Gmane: http://gmane.org/ Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 181wle-0007Qq-00 for ; Thu, 17 Oct 2002 00:35:54 +0200 Path: not-for-mail From: Ben Elliston Subject: Re: Multilib User Libraries Date: Wed, 16 Oct 2002 16:48:00 -0000 Message-ID: References: <3DAC140C.8010801@picochip.com> NNTP-Posting-Host: to-velocet.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1034807754 28569 216.138.202.10 (16 Oct 2002 22:35:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 16 Oct 2002 22:35:54 +0000 (UTC) User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) X-SW-Source: 2002-10/txt/msg01021.txt.bz2 >>>>> "Dan" == Dan Towner writes: Dan> I currently use a port of gcc which uses multilibs to support Dan> the building of libgcc for three different processors (my own Dan> port to a 16-bit DSP family). Is it possible to use multilibs Dan> for my own libraries as well as the gcc libraries? A quick Dan> experiment seems to show that this isn't true. Certainly. If you have your own library, you can compile it in multiple build directories with different compiler options (ie. -ml for little endian). Ben