From: Sergei Trofimovich Date: Sun, 5 Jan 2020 11:01:10 +0000 (+0000) Subject: toolchain.eclass: add an upstream bug reference to ELFv2 ABI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e70608c04f6660aaad10c5e38bfc5ba316ec728b;p=gentoo.git 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 --- diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index ada2e4496fcb..64c38828a2eb 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)