Re: [PATCH] libgo: Fix non-portable sed commands

2022-04-19 Thread Ian Lance Taylor via Gcc-patches
On Tue, Apr 19, 2022 at 11:06 AM Jonathan Wakely wrote: > > This fixes the libgo build if /usr/bin/sed is found before > /usr/xpg4/bin/sed on Solaris. > > Tested sparc-sun-solaris2.11, OK for trunk? Thanks, already committed based on your earlier e-mail. Ian

[PATCH] libgo: Fix non-portable sed commands

2022-04-19 Thread Jonathan Wakely via Gcc-patches
This fixes the libgo build if /usr/bin/sed is found before /usr/xpg4/bin/sed on Solaris. Tested sparc-sun-solaris2.11, OK for trunk? -- >8 -- Solaris sed does not allow '^' and '$' anchors inside groups, and does not support the '+' meta-character. ChangeLog: * libgo/Makefile.am (check