libstdc++: Fix installation of python hooks [PR 99453]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 1 Jun 2021 10:00:16 +0000 (11:00 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 1 Jun 2021 12:29:34 +0000 (13:29 +0100)
commit9f7bc160b4a0f27dce248d1226e3ae7104b0e67b
tree55ae185dbe039ab39e9828ff4e65409b16f26d6a
parentfdbd0cb73af527f0630f0cbb26edb8584f593fea
libstdc++: Fix installation of python hooks [PR 99453]

When no shared library is installed, the new code to determine the name
of the -gdb.py file yields an empty string. Use the name of the static
library in that case.

libstdc++-v3/ChangeLog:

PR libstdc++/99453
* python/Makefile.am: Use archive name for printer hook if no
dynamic library name is available.
* python/Makefile.in: Regenerate.
libstdc++-v3/python/Makefile.am
libstdc++-v3/python/Makefile.in