Re: fix ppc-aix build failures with spaces in CC (internal) variable

2012-05-03 Thread Olivier Hainque
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

Re: fix ppc-aix build failures with spaces in CC (internal) variable

2012-05-03 Thread David Edelsohn
On Thu, May 3, 2012 at 6:19 AM, Olivier Hainque hain...@adacore.com 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

Re: fix ppc-aix build failures with spaces in CC (internal) variable

2012-05-03 Thread Olivier Hainque
On May 3, 2012, at 16:45 , David Edelsohn wrote: * config/mh-ppc-aix (LDFLAGS): Quote $(CC). Okay. Committed, thanks :)

fix ppc-aix build failures with spaces in CC (internal) variable

2012-04-11 Thread Olivier Hainque
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