diff options
author | Ross Burton <ross@burtonini.com> | 2021-05-26 22:11:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-27 13:21:38 +0100 |
commit | 47e98cbca0e55838aa7d806a979d1bbf7b974e26 (patch) | |
tree | 4e212c2cbda1788ae698e3d076094d37043b1d91 /meta/recipes-devtools/gcc/gcc-11.1.inc | |
parent | 230d6b252c42effe386d0ca3300533159efc6866 (diff) | |
download | poky-47e98cbca0e55838aa7d806a979d1bbf7b974e26.tar.gz |
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.
(From OE-Core rev: 61947fc024bf18b42547d2ea4cad90184132994d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-11.1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-11.1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-11.1.inc b/meta/recipes-devtools/gcc/gcc-11.1.inc index aa7ac9be59..bf29879ded 100644 --- a/meta/recipes-devtools/gcc/gcc-11.1.inc +++ b/meta/recipes-devtools/gcc/gcc-11.1.inc | |||
@@ -68,6 +68,7 @@ SRC_URI = "\ | |||
68 | file://0035-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch \ | 68 | file://0035-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch \ |
69 | file://0036-mingw32-Enable-operation_not_supported.patch \ | 69 | file://0036-mingw32-Enable-operation_not_supported.patch \ |
70 | file://0037-libatomic-Do-not-enforce-march-on-aarch64.patch \ | 70 | file://0037-libatomic-Do-not-enforce-march-on-aarch64.patch \ |
71 | file://0001-Revert-libstdc-Install-libstdc-gdb.py-more-robustly-.patch \ | ||
71 | " | 72 | " |
72 | SRC_URI[sha256sum] = "4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf" | 73 | SRC_URI[sha256sum] = "4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf" |
73 | SRC_URI[backports.sha256sum] = "69274bebd6c069a13443d4af61070e854740a639ec4d66eedf3e80070363587b" | 74 | SRC_URI[backports.sha256sum] = "69274bebd6c069a13443d4af61070e854740a639ec4d66eedf3e80070363587b" |