public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/
Date: Wed, 23 Jun 2021 16:40:21 +0000 (UTC)	[thread overview]
Message-ID: <1624466412.3737c1566c9042bc11b21ad9aee02749069e2e8a.anarchy@gentoo> (raw)

commit:     3737c1566c9042bc11b21ad9aee02749069e2e8a
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 16:40:12 2021 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 16:40:12 2021 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=3737c156

sys-devel/gcc: sync with stable

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 sys-devel/gcc/Manifest          |  2 ++
 sys-devel/gcc/gcc-10.3.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 56868f0..7454fb3 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,4 +1,6 @@
 DIST gcc-10.2.0-patches-6.tar.bz2 24103 BLAKE2B f719012f86136ad9c4ea1397548caca6e69687534599a88cc25fe0e4f83dd7fd34c07375fa6e612e2b430e078c1a59913160cce07312e94fa1ce575a33e5457b SHA512 61d97dba29024c7a22806689ebf33f5cb9ce099230bcc344f2865b976c3fdfd8ebec5962eaffd0156de75eca58499ba785867bd4a4ac92c6f799ab1bee8844a1
 DIST gcc-10.2.0.tar.xz 75004144 BLAKE2B 1d79397330354e61439283cac96a109bf78ffc726265442e6d3ec131f107589ab7349d6612836edd8c8512f7bcc1d901a65a0d5d925d28a5bf3ef5cc3f9787ee SHA512 42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e
+DIST gcc-10.3.0-patches-1.tar.bz2 15282 BLAKE2B ef283e8b108af9bfd3324fabb95c835374113c6ff2cf1430a5568b3d1b27183e6de6751367c1e5720c85ac4c45132848888d5510c63f95e88a1f623b6bcf4000 SHA512 6dc435c8619a1532000fae843b9964d0d1e28d3cc9cc1962ab7391570a0cf1135424ea5c0b0d3d5ec5ea863f02e963be2ec4c94822f217fc692a1d808325404e
+DIST gcc-10.3.0.tar.xz 76692288 BLAKE2B ac7898f5eb8a7c5f151a526d1bb38913a68b50a65e4d010ac09fa20b6c801c671c790d780f23ccb8e4ecdfc686f4aa588082ccc9eb5c80c7b0e30788f824c1eb SHA512 2b2dd7453d48a398c29eaebd1422b70341001b8c90a62aee51e83344e7fdd8a8e45f82a4a9165bd7edc76dada912c932f4b6632c5636760fec4c5d7e402b3f86
 DIST gcc-9.3.0-patches-4.tar.bz2 15474 BLAKE2B b06fdfce4402850bb1c6c211ace4c3a07ad2114ffa48eac58d1624124d5d1bddd6d2b4faa18be3291a340272c022bea26dfcaf17929828ceb6474a5211401389 SHA512 54904a4a1c4a784f1a707cbdd9f6f498457e4aa550dc6f3d6eff71ed05a75685e23e6b71c2a614b1dea7e506b9f42fb0109ecfde00ef00373275bbc0409cb7e0
 DIST gcc-9.3.0.tar.xz 70533868 BLAKE2B 21efb1432aefad5ed9b9b395e88ef2adfda3a8ea6e3e808cd151da6e66df9fed1bafdc8b8ff055d4b2272ac786d8b7ddc4293bb6b51c55c40a261a0eda0e7cb4 SHA512 4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de

diff --git a/sys-devel/gcc/gcc-10.3.0.ebuild b/sys-devel/gcc/gcc-10.3.0.ebuild
new file mode 100644
index 0000000..61ff1bf
--- /dev/null
+++ b/sys-devel/gcc/gcc-10.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PATCH_VER="1"
+
+inherit toolchain
+
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
+
+RDEPEND=""
+BDEPEND="${CATEGORY}/binutils"
+
+src_prepare() {
+	toolchain_src_prepare
+
+	if use elibc_musl || [[ ${CATEGORY} = cross-*-musl* ]]; then
+		eapply "${FILESDIR}"/10.1.0/cpu_indicator.patch
+		eapply "${FILESDIR}"/7.1.0/posix_memalign.patch
+		case $(tc-arch) in
+			amd64|arm64|ppc64) eapply "${FILESDIR}"/9.3.0/gcc-pure64.patch ;;
+		esac
+	fi
+
+	eapply_user
+}


             reply	other threads:[~2021-06-23 16:40 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23 16:40 Jory Pratt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-17 11:47 [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/ Sam James
2021-10-30  1:12 Jory Pratt
2021-09-23 22:19 Jory Pratt
2021-09-07 18:38 Jory Pratt
2021-07-25 20:03 Jory Pratt
2021-07-06 15:48 Jory Pratt
2021-05-27 12:50 Jory Pratt
2020-12-30 15:59 Jory Pratt
2020-11-08 18:24 Jory Pratt
2020-09-07 14:49 Jory Pratt
2020-08-24  1:34 Jory Pratt
2020-06-12  3:02 Jory Pratt
2020-05-04  2:05 Jory Pratt
2020-05-04  0:32 Anthony G. Basile
2020-04-12 18:47 Jory Pratt
2020-03-22  3:13 Jory Pratt
2020-02-26  3:51 Jory Pratt
2020-01-30  8:50 Georgy Yakovlev
2020-01-30  7:42 Georgy Yakovlev
2020-01-06  4:41 Jory Pratt
2019-11-24  1:32 Anthony G. Basile
2019-11-08 15:18 Jory Pratt
2019-11-06 22:40 Jory Pratt
2019-10-21 12:06 Jory Pratt
2019-09-23  5:28 Jory Pratt
2019-09-03 16:47 Jory Pratt
2019-06-19 19:11 Jory Pratt
2019-05-20 21:14 Jory Pratt
2019-05-20 15:18 Anthony G. Basile
2019-05-05 18:43 Jory Pratt
2019-05-04 17:50 Jory Pratt
2019-04-14 21:13 Anthony G. Basile
2019-04-13 21:42 Anthony G. Basile
2019-04-13 19:47 Anthony G. Basile
2019-02-24 16:56 Anthony G. Basile
2019-02-24 13:48 Anthony G. Basile
2019-01-25 12:37 Anthony G. Basile
2019-01-25 12:37 Anthony G. Basile
2018-10-29 11:39 Anthony G. Basile
2018-10-29 11:39 Anthony G. Basile
2018-09-20 23:43 Anthony G. Basile
2018-09-20 23:37 Anthony G. Basile
2018-08-03 15:59 Anthony G. Basile
2018-06-20  0:20 Anthony G. Basile
2018-06-19 12:56 Jory Pratt
2018-06-17  9:43 Anthony G. Basile
2018-05-19 19:23 Aric Belsito
2018-05-17 19:41 Aric Belsito
2018-05-17 18:15 Aric Belsito
2018-05-07 19:21 Aric Belsito
2018-05-05 12:56 Aric Belsito
2018-05-03 18:35 Aric Belsito
2018-04-14 17:41 Aric Belsito
2018-03-11 20:47 Aric Belsito
2018-03-04 16:57 Anthony G. Basile
2018-01-25 20:15 Aric Belsito
2018-01-25 19:57 Aric Belsito
2018-01-16  4:55 Aric Belsito
2018-01-12  8:53 Anthony G. Basile
2018-01-06 22:50 Aric Belsito
2018-01-06 22:34 Aric Belsito
2018-01-03 18:43 Aric Belsito
2017-12-15  0:16 Aric Belsito
2017-12-12 22:24 Anthony G. Basile
2017-11-29 20:41 Aric Belsito
2017-11-20  1:03 Anthony G. Basile
2017-10-09 20:50 Anthony G. Basile
2017-09-03 20:54 Anthony G. Basile
2017-08-24  0:16 Jory Pratt
2017-08-07 17:49 Aric Belsito
2017-05-08 20:55 Aric Belsito
2017-05-05 22:29 Aric Belsito
2017-04-17 23:16 Aric Belsito
2017-04-17 22:01 Aric Belsito
2017-02-03  0:04 Aric Belsito
2016-12-29 19:34 Aric Belsito
2016-09-20  9:27 Anthony G. Basile
2016-05-04 23:31 Anthony G. Basile
2016-05-04 19:48 Anthony G. Basile
2016-05-04 19:31 Anthony G. Basile
2016-05-03 10:12 Anthony G. Basile
2016-05-03  8:44 Anthony G. Basile
2016-02-14  1:13 Anthony G. Basile
2016-02-14  1:13 Anthony G. Basile
2016-02-05 12:09 Anthony G. Basile
2016-02-05 12:09 Anthony G. Basile
2016-01-29 20:22 Anthony G. Basile
2016-01-25 22:38 Anthony G. Basile
2015-10-07 15:38 Anthony G. Basile
2015-10-03 18:14 Anthony G. Basile
2015-10-03 18:10 Anthony G. Basile
2015-10-02 23:18 Anthony G. Basile
2015-09-09  0:32 Anthony G. Basile
2015-09-06 22:58 Anthony G. Basile
2015-09-06 22:58 Anthony G. Basile
2015-09-06 22:58 Anthony G. Basile
2015-08-30 15:29 Anthony G. Basile
2015-07-18  0:14 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1624466412.3737c1566c9042bc11b21ad9aee02749069e2e8a.anarchy@gentoo \
    --to=anarchy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox