diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-23 11:45:19 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-23 11:47:09 +0100 |
commit | 81b4106ebd12af6e3fc6ec488c6dd8d07a2344d3 (patch) | |
tree | 1966bacf8ede2d44d80429528c649138969eedd7 /sys-libs | |
parent | net-im/ejabberd: remove old (diff) | |
download | gentoo-81b4106ebd12af6e3fc6ec488c6dd8d07a2344d3.tar.gz gentoo-81b4106ebd12af6e3fc6ec488c6dd8d07a2344d3.tar.bz2 gentoo-81b4106ebd12af6e3fc6ec488c6dd8d07a2344d3.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.31-r6.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.32.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/sys-libs/glibc/glibc-2.31-r6.ebuild b/sys-libs/glibc/glibc-2.31-r6.ebuild index 73a26abf452b..c010b578953a 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 a53946fa5628..2a750041ae48 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 8430fbb242de..ef9ad2c0051e 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 |