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 85B78138359 for ; Sun, 23 Aug 2020 10:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B171EE07D8; Sun, 23 Aug 2020 10:47:21 +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 97E24E07D8 for ; Sun, 23 Aug 2020 10:47:21 +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 4D39F33BEFE for ; Sun, 23 Aug 2020 10:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E90BB30A for ; Sun, 23 Aug 2020 10:47:18 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1598179629.81b4106ebd12af6e3fc6ec488c6dd8d07a2344d3.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.31-r6.ebuild sys-libs/glibc/glibc-2.32.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 81b4106ebd12af6e3fc6ec488c6dd8d07a2344d3 X-VCS-Branch: master Date: Sun, 23 Aug 2020 10:47:18 +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: 1c5deacc-e25c-4bfb-bfc2-6a257de011d8 X-Archives-Hash: 6cf10b6685d1f56cce444ea03f383205 commit: 81b4106ebd12af6e3fc6ec488c6dd8d07a2344d3 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Aug 23 10:45:19 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Aug 23 10:47:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b4106e sys-libs/glibc: revert "disable multiarch on ppc32" Disabling multiarch is not enough as static -mcpu= selection will still attempt to close best fit implementation (as opposed to refault C-based implementation). And these still don't work. This reverts commit 3e3d3f661fa3df6911db31e7496951aa23497389. Bug: https://bugs.gentoo.org/737996 Signed-off-by: Sergei Trofimovich gentoo.org> sys-libs/glibc/glibc-2.31-r6.ebuild | 5 ----- sys-libs/glibc/glibc-2.32.ebuild | 5 ----- sys-libs/glibc/glibc-9999.ebuild | 5 ----- 3 files changed, 15 deletions(-) diff --git a/sys-libs/glibc/glibc-2.31-r6.ebuild b/sys-libs/glibc/glibc-2.31-r6.ebuild index 73a26abf452..c010b578953 100644 --- a/sys-libs/glibc/glibc-2.31-r6.ebuild +++ b/sys-libs/glibc/glibc-2.31-r6.ebuild @@ -420,11 +420,6 @@ want__thread() { use_multiarch() { # Allow user to disable runtime arch detection in multilib. use multiarch || return 1 - # multiarch does not work on ppc with cache-block not equal to 128 bytes - # and breaks memset: - # https://sourceware.org/PR26522 - # https://bugs.gentoo.org/737996 - [[ $(tc-arch ${CTARGET}) == ppc ]] && return 1 # Make sure binutils is new enough to support indirect functions, # #336792. This funky sed supports gold and bfd linkers. local bver nver diff --git a/sys-libs/glibc/glibc-2.32.ebuild b/sys-libs/glibc/glibc-2.32.ebuild index a53946fa562..2a750041ae4 100644 --- a/sys-libs/glibc/glibc-2.32.ebuild +++ b/sys-libs/glibc/glibc-2.32.ebuild @@ -420,11 +420,6 @@ want__thread() { use_multiarch() { # Allow user to disable runtime arch detection in multilib. use multiarch || return 1 - # multiarch does not work on ppc with cache-block not equal to 128 bytes - # and breaks memset: - # https://sourceware.org/PR26522 - # https://bugs.gentoo.org/737996 - [[ $(tc-arch ${CTARGET}) == ppc ]] && return 1 # Make sure binutils is new enough to support indirect functions, # #336792. This funky sed supports gold and bfd linkers. local bver nver diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 8430fbb242d..ef9ad2c0051 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -421,11 +421,6 @@ want__thread() { use_multiarch() { # Allow user to disable runtime arch detection in multilib. use multiarch || return 1 - # multiarch does not work on ppc with cache-block not equal to 128 bytes - # and breaks memset: - # https://sourceware.org/PR26522 - # https://bugs.gentoo.org/737996 - [[ $(tc-arch ${CTARGET}) == ppc ]] && return 1 # Make sure binutils is new enough to support indirect functions, # #336792. This funky sed supports gold and bfd linkers. local bver nver