Re: libcody: Fix for dash

2020-12-16 Thread Nathan Sidwell
On 12/16/20 5:02 AM, Richard Sandiford wrote: Nathan Sidwell writes: Apparently 'var+=...' is not a dash thing. Fixed thusly. * config.m4: Avoid non-dash idiom * configure: Rebuilt. pushed (2 patches, because I didn't look carefully enough the first time) Thanks. I think

Re: libcody: Fix for dash

2020-12-16 Thread Richard Sandiford via Gcc-patches
Nathan Sidwell writes: > Apparently 'var+=...' is not a dash thing. Fixed thusly. > > * config.m4: Avoid non-dash idiom > * configure: Rebuilt. > > pushed (2 patches, because I didn't look carefully enough the first time) Thanks. I think the other uses of += need the same treatme

libcody: Fix for dash

2020-12-15 Thread Nathan Sidwell
Apparently 'var+=...' is not a dash thing. Fixed thusly. * config.m4: Avoid non-dash idiom * configure: Rebuilt. pushed (2 patches, because I didn't look carefully enough the first time) -- Nathan Sidwell diff --git i/libcody/config.m4 w/libcody/config.m4 index 364195a9f0b..0ae