Re: [PATCH] Recognize arc32

2021-06-30 Thread Dmitry V. Levin
On Thu, Jun 03, 2021 at 09:01:25PM -0700, Vineet Gupta wrote: > This is the 32-bit variant of ARCv3 ISA (which is not compatible with the > 32-bit ARCv2 ISA) > > | make check > | cd testsuite && bash config-guess.sh && rm uname > | PASS: config.guess checks (136 tests) > | cd testsuite && bash con

Re: [PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-06-30 Thread Dmitry V. Levin
On Wed, Jun 23, 2021 at 12:57:01AM -0400, Jacob Bachmeyer wrote: > "Dmitry V. Levin" writes: > > On Wed, May 26, 2021 at 09:26:02PM -0400, Jacob Bachmeyer wrote: > >> This patch series tidies config.guess and reverts to classic backtick > >> command substitutions. This is a respin after the earli