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 6BBB5138335 for ; Mon, 9 Sep 2019 23:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0465E086E; Mon, 9 Sep 2019 23:27:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9AAF8E086E for ; Mon, 9 Sep 2019 23:27:09 +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 5F5C634AF4F for ; Mon, 9 Sep 2019 23:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6DE2778 for ; Mon, 9 Sep 2019 23:27:05 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1568071441.923f8fb6dd4586656f18c5c72d94737cdaddbc15.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.30.0.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 923f8fb6dd4586656f18c5c72d94737cdaddbc15 X-VCS-Branch: master Date: Mon, 9 Sep 2019 23:27:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5f83dd9-f6a5-4fff-bab8-4a17f0a7f684 X-Archives-Hash: 9d7a2b96b068655ac6724b8d7ec3ab31 commit: 923f8fb6dd4586656f18c5c72d94737cdaddbc15 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 7 21:40:15 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 9 23:24:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923f8fb6 dev-lang/perl: Remove obsolete ppc workarounds Signed-off-by: Matt Turner gentoo.org> dev-lang/perl/perl-5.30.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-lang/perl/perl-5.30.0.ebuild b/dev-lang/perl/perl-5.30.0.ebuild index 8f0c0cb48d1..93162c03baf 100644 --- a/dev-lang/perl/perl-5.30.0.ebuild +++ b/dev-lang/perl/perl-5.30.0.ebuild @@ -357,9 +357,6 @@ src_configure() { export LC_ALL="C" [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091 - # some arches and -O do not mix :) - use ppc && replace-flags -O? -O1 - # Perl has problems compiling with -Os in your flags with glibc use elibc_uclibc || replace-flags "-Os" "-O2" @@ -372,9 +369,6 @@ src_configure() { # This flag makes compiling crash in interesting ways filter-flags "-malign-double" - # Fixes bug #97645 - use ppc && filter-flags "-mpowerpc-gpopt" - # Fixes bug #143895 on gcc-4.1.1 filter-flags "-fsched2-use-superblocks"