From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/
Date: Sun, 24 Feb 2019 16:56:05 +0000 (UTC) [thread overview]
Message-ID: <1551027356.0e2cddf0eb16a5e0f1403adc6cc6fb46a46efe47.blueness@gentoo> (raw)
commit: 0e2cddf0eb16a5e0f1403adc6cc6fb46a46efe47
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 24 16:55:56 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 16:55:56 2019 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=0e2cddf0
sys-devel/gcc: add 8.3.0
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sys-devel/gcc/Manifest | 2 ++
sys-devel/gcc/gcc-8.3.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 46a3e6c..506226f 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -10,3 +10,5 @@ DIST gcc-7.4.0.tar.xz 62601888 BLAKE2B df91ec680d5389736d3a37a2d85cf2e12fbe87b64
DIST gcc-8.2.0-patches-1.6.tar.bz2 17138 BLAKE2B edbeba9c41972836de072955c0db51406603aaf0dbb5f84ac1c5d8d2d61a8df6d725356655b69e3678950a0dc6dacc1bc2bf56f3620d685fe5c32045b3893f96 SHA512 32e7bddb5ec288def1e5c79d58023d90e29d77e83b70e3f21a22f4da78061cc49184d92c43807bdfd56a5067cbb9a8cfbfcb514016662aa1a24d791c7bd87b6b
DIST gcc-8.2.0-patches-1.7.tar.bz2 18166 BLAKE2B 2aff918d253d76c9b7d76b2d82e85c42f2ab8717e73831965b3a0fcc92b1ceacd7aa0b433dd0c180ad16906cfe059c020b256d01271ef95a6e56b08d41f4acfe SHA512 5110b610a4c9116ecd91490f66e570c09217c6b4d18bf46af5e1a51ed043df188ce313bdae6ba670b8800842387c98c1b83b7e1e0c396cbce71e6726d81f589c
DIST gcc-8.2.0.tar.xz 63460876 BLAKE2B c5372b0bdfcd2729577dca287b294623b78c583491998404eb307768c573618bdaaedb7d9ae0e39ba41a62a14b9525dff0e3083285754b7f5bb9987ecf635185 SHA512 64898a165f67e136d802a92e7633bf1b06c85266027e52127ea025bf5fc2291b5e858288aac0bdba246e6cdf7c6ec88bc8e0e7f3f6f1985f4297710cafde56ed
+DIST gcc-8.3.0-patches-1.0.tar.bz2 12278 BLAKE2B 793465c5de0af850c7f3017b3011e68f3bd1664e6ce3500a3dc3003d37c03fe81857698957770a135eadd395a7767fa804d354ecdcdeb1d83623280ca569d4ec SHA512 0efadd2481713992807fed2683666f1094b3757674754601c079569f3ef70cd7aed3cefc9f815f4e59a21d37e4e940c122df714e16f3878a5f966450c4273669
+DIST gcc-8.3.0.tar.xz 63694700 BLAKE2B 71df2ff5bd6874d57519c2e9af6b22152c8c4d7fab906a5f427b41bc4e8e742127592a8684120d9d3c9ce6241439531850be08ec0a4f29dbfdee95435655fdca SHA512 1811337ae3add9680cec64968a2509d085b6dc5b6783fc1e8c295e3e47416196fd1a3ad8dfe7e10be2276b4f62c357659ce2902f239f60a8648548231b4b5802
diff --git a/sys-devel/gcc/gcc-8.3.0.ebuild b/sys-devel/gcc/gcc-8.3.0.ebuild
new file mode 100644
index 0000000..269083e
--- /dev/null
+++ b/sys-devel/gcc/gcc-8.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PATCH_VER="1.0"
+
+inherit toolchain
+
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~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
+ epatch "${FILESDIR}"/6.3.0/cpu_indicator.patch
+ epatch "${FILESDIR}"/7.1.0/posix_memalign.patch
+ fi
+}
next reply other threads:[~2019-02-24 16:56 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-24 16:56 Anthony G. Basile [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-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 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=1551027356.0e2cddf0eb16a5e0f1403adc6cc6fb46a46efe47.blueness@gentoo \
--to=blueness@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