]> code.ossystems Code Review - openembedded-core.git/commit
gcc: revert libstc++-gdb.py installation changes
authorRoss Burton <ross@burtonini.com>
Wed, 26 May 2021 21:11:32 +0000 (22:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 May 2021 12:20:44 +0000 (13:20 +0100)
commit61947fc024bf18b42547d2ea4cad90184132994d
tree80ec55ef41ab7c28fa30e41de569011c9265ba37
parent73c21db8e54002b300ba4972cb49c0577acc5406
gcc: revert libstc++-gdb.py installation changes

Commit dbb87d in the GCC 11 branch was intended to make the installation of
this Python module more robust, but for unknown reasons the library_name
in libstdc++.la in baremetal builds (for example, Zephyr) is unset, so the
module is just installed as "-gdb.py".

This may be a GCC bug, or a bug in our build. Until that is resolved,
revert the commit to fix the packaging.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-11.1.inc
meta/recipes-devtools/gcc/gcc/0001-Revert-libstdc-Install-libstdc-gdb.py-more-robustly-.patch [new file with mode: 0644]