Cygwin/MinGW: Do not version lto plugins
authorJonathan Yong <10walls@gmail.com>
Thu, 10 Sep 2020 11:48:41 +0000 (11:48 +0000)
committerJonathan Yong <10walls@gmail.com>
Thu, 10 Sep 2020 11:54:28 +0000 (11:54 +0000)
commitae6cf62861b5e9acb518b016ddbe7f783206f65f
tree9240d2dfec216e235e6e055594cbe5857dc1fc62
parentf96b6328fa7162111e4440c5901ef313ed3e6c9a
Cygwin/MinGW: Do not version lto plugins

GCC on Linux already uses liblto_plugin.so directly without
the libtool version suffix, adjust windows GCC to do the same.

gcc/ChangeLog:

* config.host: Adjust plugin name for Windows.

lto-plugin/ChangeLog:

* Makefile.am: drop versioning from libtool completely.
* Makefile.in: regenerate.
gcc/config.host
lto-plugin/Makefile.am
lto-plugin/Makefile.in