commit: dc5ca1953c0b7eb3936cddc48336d804db31d9f9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 7 21:19:33 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 7 21:19:33 2025 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=dc5ca195
Add bug references to esysroot patch Signed-off-by: Sam James <sam <AT> gentoo.org> 14.2.0/gentoo/09_all_esysroot.patch | 2 ++ 15.0.0/gentoo/09_all_esysroot.patch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/14.2.0/gentoo/09_all_esysroot.patch b/14.2.0/gentoo/09_all_esysroot.patch index f9c5bed..0f89203 100644 --- a/14.2.0/gentoo/09_all_esysroot.patch +++ b/14.2.0/gentoo/09_all_esysroot.patch @@ -12,6 +12,8 @@ The CHOST check is necessary for a Canadian Cross. In that case, two cross-compilers are invoked, but only the one matching CHOST should have its sysroot set by ESYSROOT. +Bug: https://bugs.gentoo.org/942672 +Closes: https://github.com/gentoo/gcc-patches/pull/7 Signed-off-by: James Le Cuirot <[email protected]> --- gcc/doc/invoke.texi | 11 +++++++++++ diff --git a/15.0.0/gentoo/09_all_esysroot.patch b/15.0.0/gentoo/09_all_esysroot.patch index 85a4b5e..31568ab 100644 --- a/15.0.0/gentoo/09_all_esysroot.patch +++ b/15.0.0/gentoo/09_all_esysroot.patch @@ -12,6 +12,8 @@ The CHOST check is necessary for a Canadian Cross. In that case, two cross-compilers are invoked, but only the one matching CHOST should have its sysroot set by ESYSROOT. +Bug: https://bugs.gentoo.org/942672 +Closes: https://github.com/gentoo/gcc-patches/pull/7 Signed-off-by: James Le Cuirot <[email protected]> --- gcc/doc/invoke.texi | 11 +++++++++++
