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 failure at some stages on > powerpc-aix from mh-ppc-aix which has > > LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;` ... > * config/mh-ppc-aix (LDFLAGS): Quote $(CC).