commit:     e70608c04f6660aaad10c5e38bfc5ba316ec728b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 11:01:10 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 11:01:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70608c0

toolchain.eclass: add an upstream bug reference to ELFv2 ABI

Closes: https://bugs.gentoo.org/704784
Bug: https://gcc.gnu.org/PR93157
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 eclass/toolchain.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index ada2e4496fc..64c38828a2e 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1213,6 +1213,7 @@ toolchain_src_configure() {
                # but musl does not support elfv1 at all on any endian ppc64
                # see https://git.musl-libc.org/cgit/musl/tree/INSTALL
                # https://bugs.gentoo.org/704784
+               # https://gcc.gnu.org/PR93157
                [[ ${CTARGET} == powerpc64-*-musl ]] && confgcc+=( 
--with-abi=elfv2 )
                ;;
        riscv)

Reply via email to