adding -fsigned-char to CFLAGS

2000-04-27 Thread Jeff Sparkes
Is there a way to add -fsigned-char to the gcc flags on systems with unsigned char types? I know I can detect that with autoconf, but I don't want to change the code I'm compiling. I've started compiling on AIX, but find that I need to edit the Makefile, or always pass -fsigned-char even on platfo

[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