From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21954 invoked from network); 19 Sep 2002 11:32:14 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Sep 2002 11:32:14 -0000 Received: (qmail 27892 invoked by alias); 19 Sep 2002 11:32:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17698 Received: (qmail 27857 invoked from network); 19 Sep 2002 11:31:55 -0000 From: "David Gómez" Date: Thu, 19 Sep 2002 13:30:48 +0200 To: Peter Stephenson , zsh-workers@sunsite.dk Subject: Re: Using zsh in gcc compilation Message-ID: <20020919113048.GA17371@fargo> References: <28819.1032430065@csr.com> <29964.1032434367@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <29964.1032434367@csr.com> User-Agent: Mutt/1.3.28i > Peter Stephenson wrote: > > In particular, look in mklibgcc (generated from mklibgcc.in in the source > directory). > > This is using MULTILIBS passed down from the Makefile, so check that > that looks correct. > > Just before half way down, this goes into > for ml in $MULTILIBS; do > so check each individual ml is correct. ml has two values, '.;' and 'on;@on'. First is substituted to nothing and the second one to '-on'. What I don't know is where MULTILIB is created and why has this two values which seems so strange. Thanks, -- David Gómez "The question of whether computers can think is just like the question of whether submarines can swim." -- Edsger W. Dijkstra