Re: PATCH: eliminate backtick substitution

2020-12-01 Thread Dmitry V. Levin
Hi Karl, On Tue, Dec 01, 2020 at 04:40:07PM -0700, Karl Berry wrote: > Hi Dmitry, > > It's time to join the 1990s and replace the backtick substitutions in > config.guess and config.sub with the $(..) command substitution > > I admit I don't understand the reason behind this last change

Re: [kola...@mail.ru: Re: thumbv7[arm] support]

2020-12-01 Thread Dmitry V. Levin
Hi Karl, On Tue, Dec 01, 2020 at 04:40:08PM -0700, Karl Berry wrote: > Hi Dmitry, > > > + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | > armv7[arm] | thumbv7[arm] \ > > thumbv7[arm] means thumbv7a | thumbv7r | thumbv7m - did you mean that? > > Yes, evidently that is

Re: [kola...@mail.ru: Re: thumbv7[arm] support]

2020-12-01 Thread Karl Berry
Hi Dmitry, > + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] | thumbv7[arm] \ thumbv7[arm] means thumbv7a | thumbv7r | thumbv7m - did you mean that? Yes, evidently that is what is needed, from his response that I forwarded on Nov 21. I'll include it below again.

Re: PATCH: eliminate backtick substitution

2020-12-01 Thread Karl Berry
Hi Dmitry, It's time to join the 1990s and replace the backtick substitutions in config.guess and config.sub with the $(..) command substitution I admit I don't understand the reason behind this last change that Ben did. What's wrong with `...`? No question $(...) is nicer in principle,