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, 26 Feb 2020 03:51:23 +0000 (UTC)	[thread overview]
Message-ID: <1582689074.19cf6f847b01479e412bd082cb22f6a46f73f1f3.anarchy@gentoo> (raw)

commit:     19cf6f847b01479e412bd082cb22f6a46f73f1f3
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 03:51:14 2020 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 03:51:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=19cf6f84

sys-devel/gcc: cut 5 patchset

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

 sys-devel/gcc/Manifest            |  1 +
 sys-devel/gcc/gcc-9.2.0-r4.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 9f1700b..d9042e9 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -4,4 +4,5 @@ DIST gcc-8.3.0-patches-1.1.tar.bz2 14430 BLAKE2B c702fbdb18c3c952cdb9adead3a193c
 DIST gcc-8.3.0-patches-2.tar.bz2 16741 BLAKE2B b3db1b94749cb8a04cce8637429e15eda369ec741f236d8322716dcfae6db1dc9479dd4d7715aeb357a0b3106c7f23fd33eba466a041b8e2e0e57b6cb858786f SHA512 13a85ddf76563241973e061ba157942c81391d0b867c66f88da1ad66a79d99ccdd6bc324caca31eb31057c2d27ece89f6546d723a420b3af319c6865337321f1
 DIST gcc-8.3.0.tar.xz 63694700 BLAKE2B 71df2ff5bd6874d57519c2e9af6b22152c8c4d7fab906a5f427b41bc4e8e742127592a8684120d9d3c9ce6241439531850be08ec0a4f29dbfdee95435655fdca SHA512 1811337ae3add9680cec64968a2509d085b6dc5b6783fc1e8c295e3e47416196fd1a3ad8dfe7e10be2276b4f62c357659ce2902f239f60a8648548231b4b5802
 DIST gcc-9.2.0-patches-4.tar.bz2 21655 BLAKE2B 2acf6d83ec934a65e77d2079a024b42622e1234f0516f12839f7d03c2f3e1bb275037b020e35ba847d6809d5577ba966619c78345b75355df0a754d02ccf9819 SHA512 114e01a7b08ecb1feab24ef3cfc72c8953748f1526722b80c18602025eef132e2b4c05db59c7a23eb2e7f42ed48eb02d92bcd73b1ca932374d6bedaf89cc66d0
+DIST gcc-9.2.0-patches-5.tar.bz2 22929 BLAKE2B 2d8a69098d836d24ec295e2e0ff6864f34914473b1e4ae1630c3ee23c16aba8ee1a9c943c89a629d1c8a2d2018796ac4b01992fcd9d926c693423041572c8155 SHA512 79961204054b1eb91e87bb9f226ce236ffb8bacf1550b7a5abaf8c121fa373d9fa8fcd56f201887976f76056a22cf75a418b6221d0ea35050d3ec4465a764fc0
 DIST gcc-9.2.0.tar.xz 70607648 BLAKE2B 41a5e148f9a6857d6599679964c203533f76f330ad527fbe7c5e746d78f6f6f6d6d0f330a67cb1e794e155be8d1cd6e986bcc8a116d620dca410b78f0bcdd453 SHA512 a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040

diff --git a/sys-devel/gcc/gcc-9.2.0-r4.ebuild b/sys-devel/gcc/gcc-9.2.0-r4.ebuild
new file mode 100644
index 0000000..6201ae3
--- /dev/null
+++ b/sys-devel/gcc/gcc-9.2.0-r4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PATCH_VER="5"
+
+inherit toolchain
+
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	elibc_glibc? ( >=sys-libs/glibc-2.13 )
+	>=${CATEGORY}/binutils-2.20"
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+	PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.13 )"
+fi
+
+src_prepare() {
+	toolchain_src_prepare
+
+	if use elibc_musl || [[ ${CATEGORY} = cross-*-musl* ]]; then
+		eapply "${FILESDIR}"/6.3.0/cpu_indicator.patch
+		eapply "${FILESDIR}"/7.1.0/posix_memalign.patch
+		case $(tc-arch) in
+			amd64|arm64|ppc64) eapply "${FILESDIR}"/8.3.0/gcc-pure64.patch ;;
+		esac
+	fi
+
+	eapply_user
+}


             reply	other threads:[~2020-02-26  3:51 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26  3:51 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-06-23 16:40 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-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=1582689074.19cf6f847b01479e412bd082cb22f6a46f73f1f3.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