Re: [PATCH] Re: Problem with ltconfig --mode=link invocation

2000-05-02 Thread Alexandre Oliva
On Apr 27, 2000, Jakub Jelinek <[EMAIL PROTECTED]> wrote: > ltconfig records for gcc any options from gcc -print-multi-lib and if it > sees them during --mode link, it passes them into compiler_flags (and thus > into gcc -shared options) That's part of what the multi-language branch does. > In

[PATCH] Re: Problem with ltconfig --mode=link invocation

2000-04-27 Thread Jakub Jelinek
On Fri, Apr 14, 2000 at 08:57:12AM -0300, Alexandre Oliva wrote: > On Apr 14, 2000, Jakub Jelinek <[EMAIL PROTECTED]> wrote: > > > The following patch tries to solve it partly by using double quotes arround > > $(*LD) argument to ltconfig, so that ltconfig takes the whole > > gcc -m32 > > or what