openwrt/toolchain
Stijn Tintel 6e2556963d toolchain/gcc: use ELFv2 ABI on ppc64 with musl
At configuration time, gcc assumes that ppc64be targets use the ELFv1
ABI, and ppc64le targets use the ELFv2 ABI. However, musl libc does not
support the ELFv1 ABI on ppc64 at all, regardless of the endianness.

Therefore, when building for a ppc64 arch and with musl libc, instruct
gcc to use the ELFv2 ABI.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93157 for more info.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Reviewed-by: Rui Salvaterra <rsalvaterra@gmail.com>
2021-12-21 21:35:29 +02:00
..
binutils toolchain/binutils: switch to version 2.37 by default 2021-09-22 19:37:24 -10:00
fortify-headers
gcc toolchain/gcc: use ELFv2 ABI on ppc64 with musl 2021-12-21 21:35:29 +02:00
gdb toolchain: gdb: Update to version 11.1 2021-11-03 23:52:08 +01:00
glibc glibc: update to latest 2.33 HEAD (bug 28213) 2021-09-12 16:03:19 +02:00
kernel-headers
musl toolchain/musl: Remove extra format attribute patch 2021-09-22 19:04:02 +02:00
nasm
wrapper
Config.in build: add support for using prebuilt LLVM toolchain 2021-11-04 20:06:14 +01:00
Makefile Revert "toolchain: add autoconf-lean" 2021-03-02 11:36:36 +00:00
build_version toolchain: add a version that can be bumped to force toolchain/target rebuild 2021-11-16 22:02:45 +01:00
info.mk