diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-05 11:01:10 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-05 11:01:10 +0000 |
commit | e70608c04f6660aaad10c5e38bfc5ba316ec728b (patch) | |
tree | 77ded5194ab2093d1eddd67ddb8b880698e6915b /eclass | |
parent | */*: Clean PYTHON_COMPAT of obsolete impls (diff) | |
download | gentoo-e70608c04f6660aaad10c5e38bfc5ba316ec728b.tar.gz gentoo-e70608c04f6660aaad10c5e38bfc5ba316ec728b.tar.bz2 gentoo-e70608c04f6660aaad10c5e38bfc5ba316ec728b.zip |
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@gentoo.org>
Diffstat (limited to 'eclass')
-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) |