summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-19 21:42:27 +0100
committerSam James <sam@gentoo.org>2022-04-19 21:42:54 +0100
commitfe9549661c3261d2507e3322c1d447631cb51c8b (patch)
treeecd1383f1b9117dde6a2f4dc0f06f0464c63ce40 /sys-devel
parenttoolchain.eclass: fix S definition (diff)
downloadgentoo-fe9549661c3261d2507e3322c1d447631cb51c8b.tar.gz
gentoo-fe9549661c3261d2507e3322c1d447631cb51c8b.tar.bz2
gentoo-fe9549661c3261d2507e3322c1d447631cb51c8b.zip
sys-devel/gcc: adapt to toolchain.eclass change for 11.2.1_p20220414
See: 5b80c7730d73c42607c826270e2de85fce40ac79 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-11.2.1_p20220414.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-11.2.1_p20220414.ebuild b/sys-devel/gcc/gcc-11.2.1_p20220414.ebuild
index fc2cb2de2258..d1de589c8069 100644
--- a/sys-devel/gcc/gcc-11.2.1_p20220414.ebuild
+++ b/sys-devel/gcc/gcc-11.2.1_p20220414.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="4"
PATCH_GCC_VER="11.3.0"
MUSL_VER="1"
MUSL_GCC_VER="11.3.0"
-
+TOOLCHAIN_SET_S=no
MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 1)))-RC-$(ver_cut 5)
MY_P=${PN}-${MY_PV}
GCC_TARBALL_SRC_URI="https://mirrorservice.org/sites/sourceware.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"