Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Using zsh in gcc compilation
- X-seq: zsh-workers 17698
- From: "David Gómez" <david@xxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: Using zsh in gcc compilation
- Date: Thu, 19 Sep 2002 13:30:48 +0200
- In-reply-to: <29964.1032434367@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <28819.1032430065@xxxxxxx> <29964.1032434367@xxxxxxx>
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author