Re: [PATCH v2] config.sub: Work around command assignment bug in some shells.

2021-08-20 Thread Dmitry V. Levin
On Sat, Aug 14, 2021 at 12:20:38PM -0400, Nick Bowler wrote: > When combining variable assignments with a shell command, some older > shells (notably heirloom-sh and presumably also Solaris 10 /bin/sh) > have a bug which causes the assignment to alter the current execution > environment whenever th

Re: Add Linux Relibc Target

2021-08-20 Thread Dmitry V. Levin
On Wed, Aug 04, 2021 at 07:32:46AM -0600, Jeremy Soller wrote: > diff --git a/config.sub b/config.sub > index d80c5d7..35bc4bc 100755 > --- a/config.sub > +++ b/config.sub > @@ -1697,7 +1697,7 @@ fi > # Now, validate our (potentially fixed-up) OS. > case $os in > # Sometimes we do "kernel

Re: [PATCH] config.sub: Add Zephyr RTOS support

2021-08-20 Thread Dmitry V. Levin
On Tue, Jul 06, 2021 at 11:09:09PM +0900, Stephanos Ioannidis wrote: > This adds the Zephyr RTOS targets in preparation for implementing the > Zephyr RTOS-specific toolchain support. > > $ make check > cd testsuite && bash config-guess.sh && rm uname > PASS: config.guess checks (136 tests) > cd te