On May 3, 2012, at 16:45 , David Edelsohn wrote:
>>> * config/mh-ppc-aix (LDFLAGS): Quote $(CC).
> Okay.
Committed, thanks :)
On Thu, May 3, 2012 at 6:19 AM, Olivier Hainque wrote:
>> We sometimes get to invoke Makefile targets with a CC variable value
>> containing
>> spaces (for extra options, typically). This causes failure at some stages on
>> powerpc-aix from mh-ppc-aix which has
>>
>> Â LDFLAGS = `case $(CC) in *g
Hello,
Ping for http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00661.html
Thanks in advance,
Olivier
On Apr 11, 2012, at 16:43 , Olivier Hainque wrote:
> We sometimes get to invoke Makefile targets with a CC variable value
> containing
> spaces (for extra options, typically). This causes failur
We sometimes get to invoke Makefile targets with a CC variable value containing
spaces (for extra options, typically). This causes failure at some stages on
powerpc-aix from mh-ppc-aix which has
LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;`
The problem is the expansion of spaces a