Re: [PATCH, Makefile] improve libsubdir variable transmission to sub-makes on Windows
> 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
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 > ...