summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-19 18:57:53 +0100
committerSam James <sam@gentoo.org>2022-08-19 19:05:18 +0100
commit42d84bf32472b4cc0d16e81e4ef62e3d3f2fd3a9 (patch)
tree3f1f37079a1362b3b2c5ed7cb80f5805fd35de7a /sys-devel/gcc/gcc-11.3.0.ebuild
parentapp-editors/emacs: Enable NATIVE_FULL_AOT=1 with USE=jit (diff)
downloadgentoo-42d84bf32472b4cc0d16e81e4ef62e3d3f2fd3a9.tar.gz
gentoo-42d84bf32472b4cc0d16e81e4ef62e3d3f2fd3a9.tar.bz2
gentoo-42d84bf32472b4cc0d16e81e4ef62e3d3f2fd3a9.zip
sys-devel/gcc: add glibc 2.36 patch for 11.3.0, 10.4.0
Tried adding to gcc-patches (and indeed did) [0] but got into a mess and it's not worth the hassle for now. [0] https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=97ae6391c543891918047f724b0bddecc5f834bc Closes: https://bugs.gentoo.org/864717 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-11.3.0.ebuild')
-rw-r--r--sys-devel/gcc/gcc-11.3.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-11.3.0.ebuild b/sys-devel/gcc/gcc-11.3.0.ebuild
index a90a5c1bc452..93499169999c 100644
--- a/sys-devel/gcc/gcc-11.3.0.ebuild
+++ b/sys-devel/gcc/gcc-11.3.0.ebuild
@@ -23,5 +23,6 @@ BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
src_prepare() {
toolchain_src_prepare
+ eapply "${FILESDIR}"/${P}-glibc-2.36.patch
eapply_user
}