[patch] Improve specs processing to allow %* in function arguments

2018-06-05 Thread Olivier Hainque
Hello, The attached patch is a proposal to improve specs processing so %* works in spec function arguments (it doesn't as of today). The immediate motivation is to allow a cleaner implementation of the -mmacosx-version-min support on darwin. I'll send a followup patch for that if the preliminary

Re: [patch] Improve specs processing to allow %* in function arguments

2018-07-05 Thread Jeff Law
On 06/05/2018 08:13 AM, Olivier Hainque wrote: > Hello, > > The attached patch is a proposal to improve specs processing > so %* works in spec function arguments (it doesn't as of today). > > The immediate motivation is to allow a cleaner implementation of > the -mmacosx-version-min support on da