Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
Date: Sat, 03 Sep 2022 05:16:30
Message-Id: 1662182120.40d9ac351a795f2c4f83ebc0204d89bf55d35d44.sam@gentoo
1 commit: 40d9ac351a795f2c4f83ebc0204d89bf55d35d44
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 04:41:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 05:15:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d9ac35
7
8 sys-devel/gcc: add 10.4.1_p20220901
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/gcc/Manifest | 1 +
13 sys-devel/gcc/gcc-10.4.1_p20220901.ebuild | 58 +++++++++++++++++++++++++++++++
14 2 files changed, 59 insertions(+)
15
16 diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
17 index fd1b16f1726d..711677466ea7 100644
18 --- a/sys-devel/gcc/Manifest
19 +++ b/sys-devel/gcc/Manifest
20 @@ -1,5 +1,6 @@
21 DIST gcc-10-20220818.tar.xz 71755772 BLAKE2B b5cf59eb8dec7cc3bdd2317265d3568611ce170a18a35b0e3f1dc7c4510f46d1ecbdcc18fdda01b6af77c78aae7abb3de3def167b16a6292a4d08b8d94ad1f12 SHA512 e0e6b0e1be301ceb839ac05f0e5f495fd2932ea36e9d1308ead87f22e87c9ff50eaf4b9749ff1ab805977e6493201c31ba5e05e0f784675fa566eface85f9b93
22 DIST gcc-10-20220825.tar.xz 71753264 BLAKE2B 8e7c6f06bd21891598334f3bcf8ba508d8983d41fd268b3f181280b85613e178c33c2ab5d400b4128422db6f2f5e1aed482be5e7065a4f27f1192d4d2a3bcb5c SHA512 b9867c72edb4fc85386cd7b0107e87512f4b293da34adab7ee66cb0243a55aaa9dc61560fdad5a1f58081474aa31960854c1fadc1a822cffb48be850b303ba0d
23 +DIST gcc-10-20220901.tar.xz 71753520 BLAKE2B 882d6b8a5eb0ea445e774b8ca076e82ad8bcbf01b65d0ee7edfba7a4f0c09037076f996b3758130f83919c3768bf75ba5be0f6990fd01a61adc3cb305056374d SHA512 1bbe0e182227fc4d66c53b55da97a903f59656bf5870fdd5215b33152c977e33abfd5404741cb4d6712aee92cfce831062e3410d16209f33ab2101c1db364255
24 DIST gcc-10.4.0-musl-patches-1.tar.xz 3808 BLAKE2B 804d1fcc451dcd03be71240dd498ec2d179869571d44012967c48dccf5a478dd8c55000a964a80fdd5584d739a777dee1c83241cffce514ef002df2572854a67 SHA512 83e4a9c0f7062baf0c606a2bcc56a818494991403d7577dea65f04bbc25bdb786a5889b80d45d80e7f4be07c1aef786802cbfcfafd1a17ec255a2d4e93a77570
25 DIST gcc-10.4.0-patches-5.tar.xz 17056 BLAKE2B f336d69a8ad105b8c4a84e8248a5b8a88175d3f1d67d32c6bee1780d252d86947059bd624992e6292610e86c9012f4d901a1a54df0d184dd023d404a0707700e SHA512 aa8fb42f20587f8519e7b06037da4d8f7d386b63e228b239a0445a51df4e401940fcd81482381d966622054aef3e0db06d1def5c74ac3d3dcc9c75c3b966c758
26 DIST gcc-10.4.0.tar.xz 75018092 BLAKE2B ec1169025d3896b70ab80a4b8ce5040763a95529fc7e120c6bc3a3eb1db5cf938ebde347c1e595a8ff7d4081e79ded6252702d7a1a09648449b7a0783188e434 SHA512 440c08ca746da450d9a1b35e8fd2305cb27e7e6987cd9d0f7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648
27
28 diff --git a/sys-devel/gcc/gcc-10.4.1_p20220901.ebuild b/sys-devel/gcc/gcc-10.4.1_p20220901.ebuild
29 new file mode 100644
30 index 000000000000..bb603378916c
31 --- /dev/null
32 +++ b/sys-devel/gcc/gcc-10.4.1_p20220901.ebuild
33 @@ -0,0 +1,58 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +TOOLCHAIN_PATCH_SUFFIX="xz"
40 +TOOLCHAIN_PATCH_DEV="sam"
41 +#TOOLCHAIN_GCC_RC=1
42 +PATCH_GCC_VER="10.5.0"
43 +PATCH_VER="0"
44 +MUSL_VER="1"
45 +MUSL_GCC_VER="10.5.0"
46 +
47 +if [[ $(ver_cut 3) == 9999 ]] ; then
48 + MY_PV_2=$(ver_cut 2)
49 + if [[ ${MY_PV_2} == 0 ]] ; then
50 + MY_PV_2=0
51 + else
52 + MY_PV_2=$(($(ver_cut 2) - 1))
53 + fi
54 +
55 + # e.g. 12.2.9999 -> 12.1.1
56 + TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
57 +elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
58 + # Cheesy hack for RCs
59 + MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 1)))-RC-$(ver_cut 5)
60 + MY_P=${PN}-${MY_PV}
61 + GCC_TARBALL_SRC_URI="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
62 + TOOLCHAIN_SET_S=no
63 + S="${WORKDIR}"/${MY_P}
64 +fi
65 +
66 +inherit toolchain
67 +# Needs to be after inherit (for now?), bug #830908
68 +EGIT_BRANCH=releases/gcc-$(ver_cut 1)
69 +
70 +# Don't keyword live ebuilds
71 +#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
72 +# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
73 +#fi
74 +
75 +RDEPEND=""
76 +BDEPEND="${CATEGORY}/binutils"
77 +
78 +src_prepare() {
79 + local p upstreamed_patches=(
80 + # add them here
81 + )
82 + for p in "${upstreamed_patches[@]}"; do
83 + rm -v "${WORKDIR}/patch/${p}" || die
84 + done
85 +
86 + if has_version '>=sys-libs/glibc-2.32-r1'; then
87 + rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || die
88 + fi
89 +
90 + toolchain_src_prepare
91 +}