Re: Problem with ltconfig --mode=link invocation

2000-04-14 Thread Alexandre Oliva
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 whatever as one argument. This won't do The Right Thing (TM) in general. On man

Problem with ltconfig --mode=link invocation

2000-04-14 Thread Jakub Jelinek
Hi! On sparc64 it matters a lot with which multilib options is gcc -shared invoked (it generates completely different library with -m32 than with -m64). The following patch tries to solve it partly by using double quotes arround $(*LD) argument to ltconfig, so that ltconfig takes the whole gcc -m