Re: [PATCH, Makefile] improve libsubdir variable transmission to sub-makes on Windows

2017-10-31 Thread Olivier Hainque
> On Oct 31, 2017, at 00:07 , Jeff Law wrote: >> * Makefile.in (FLAGS_TO_PASS): Add libsubdir. > OK. :-) Thanks Jeff!

Re: [PATCH, Makefile] improve libsubdir variable transmission to sub-makes on Windows

2017-10-30 Thread Jeff Law
On 09/01/2017 02:42 AM, Olivier Hainque wrote: > Hello, > > To convey the value of libsubdir to sub-makes, gcc/Makefile.in has > > # Flags to pass to recursive makes. > # CC is set by configure. > # ??? The choices here will need some experimenting with. > > export AR_FOR_TARGET > ...

[PATCH, Makefile] improve libsubdir variable transmission to sub-makes on Windows

2017-09-01 Thread Olivier Hainque
Hello, To convey the value of libsubdir to sub-makes, gcc/Makefile.in has # Flags to pass to recursive makes. # CC is set by configure. # ??? The choices here will need some experimenting with. export AR_FOR_TARGET ... export libsubdir then: FLAGS_TO_PASS = \ ... (libsubdir n