diff options
-rw-r--r-- | eclass/toolchain.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
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) |