From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98B76138206 for ; Tue, 16 Jan 2018 04:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D25DDE092C; Tue, 16 Jan 2018 04:55:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B20CCE092C for ; Tue, 16 Jan 2018 04:55:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EEC4335C34 for ; Tue, 16 Jan 2018 04:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E20B6151 for ; Tue, 16 Jan 2018 04:55:29 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1516078479.6bb1d30e7124e6c46102dc81e00b6df58be53c13.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/ X-VCS-Repository: proj/musl X-VCS-Files: sys-devel/gcc/gcc-7.2.0-r1.ebuild sys-devel/gcc/gcc-7.2.0-r2.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: 6bb1d30e7124e6c46102dc81e00b6df58be53c13 X-VCS-Branch: master Date: Tue, 16 Jan 2018 04:55:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ce2729f-8748-4243-b7be-438435f8112d X-Archives-Hash: 7a3bb14c4b5343042766eea7cd86bfa0 commit: 6bb1d30e7124e6c46102dc81e00b6df58be53c13 Author: Aric Belsito gmail com> AuthorDate: Tue Jan 16 04:54:39 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Tue Jan 16 04:54:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=6bb1d30e sys-devel/gcc: bump to 7.2.0-r2 spectre patches should be masked for testing for now. sys-devel/gcc/gcc-7.2.0-r1.ebuild | 11 ----------- sys-devel/gcc/{gcc-7.2.0-r1.ebuild => gcc-7.2.0-r2.ebuild} | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/sys-devel/gcc/gcc-7.2.0-r1.ebuild b/sys-devel/gcc/gcc-7.2.0-r1.ebuild index c6f78df..c27bb96 100644 --- a/sys-devel/gcc/gcc-7.2.0-r1.ebuild +++ b/sys-devel/gcc/gcc-7.2.0-r1.ebuild @@ -24,17 +24,6 @@ src_prepare() { epatch "${FILESDIR}"/gcc-7.2.0-pr69728.patch - # Meltdown/Spectre - epatch "${FILESDIR}"/0001-gcc-7.2.0-move-struct-ix86_frame-to-machine-function.patch - epatch "${FILESDIR}"/0002-gcc-7.2.0-move-struct-ix86_frame-to-machine-function.patch - epatch "${FILESDIR}"/0003-gcc-7.2.0-move-struct-ix86_frame-to-machine-function.patch - - epatch "${FILESDIR}"/spectre-0001-mindirect-branch.patch - epatch "${FILESDIR}"/spectre-0002-mfunction-return.patch - epatch "${FILESDIR}"/spectre-0003-mindirect-branch-register.patch - epatch "${FILESDIR}"/spectre-0004-v-register-modifier.patch - epatch "${FILESDIR}"/spectre-0005-mcmodel-large.patch - if use elibc_musl || [[ ${CATEGORY} = cross-*-musl* ]]; then epatch "${FILESDIR}"/6.3.0/cpu_indicator.patch epatch "${FILESDIR}"/7.1.0/posix_memalign.patch diff --git a/sys-devel/gcc/gcc-7.2.0-r1.ebuild b/sys-devel/gcc/gcc-7.2.0-r2.ebuild similarity index 91% copy from sys-devel/gcc/gcc-7.2.0-r1.ebuild copy to sys-devel/gcc/gcc-7.2.0-r2.ebuild index c6f78df..2862d12 100644 --- a/sys-devel/gcc/gcc-7.2.0-r1.ebuild +++ b/sys-devel/gcc/gcc-7.2.0-r2.ebuild @@ -8,7 +8,7 @@ PATCH_VER="1.1" inherit epatch toolchain -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND}