On 16/11/20 12:46 +0100, Rainer Orth wrote:
Hi Jonathan,
libstdc++-v3/ChangeLog:
* src/Makefile.am (libstdc++-symbols.ver-sun): Remove -lrt from
arguments passed to make_sunver.pl script.
* src/Makefile.in: Regenerate.
Tested sparc-solaris2.11. Rainer, does this look OK?
it does, but let me give it a try with both GNU sed and Solaris sed: we
had too many weird issues with the latter ;-(
I think the machine I tested on (gcc211 in the compile farm) only has
Solaris sed in the PATH, and it works there.
I've now tested the patch on Solaris 11.3 with all of /bin/sed,
/usr/xpg4/bin/sed, and /usr/gnu/bin/sed. Worked perfectly fine, so the
patch is ok, thanks for taking care of this.
Pushed now, thanks for checking.