On Wed, Sep 9, 2020 at 2:28 AM JonY via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > Hello, > > The lto plugis are tied to the built GCC anyway, so there isn't much > point to versioning them.
In fact the lto plugins are not tied to the built GCCs very much, instead we try to ensure compatibility so that a single plugin can be used with multiple GCC versions. > * gcc/config.host: Remove version string > * lto-plugin/Makefile.am: Use libtool -avoid-version > * lto-plugin/Makefile.in: Regenerate > > This patch has been in use with Cygwin gcc for a long time and should be > pushed upstream. Patch OK? The libtool docs are not very specific here but does this affect the result for Linux ELF platforms at all? Richard. >