You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain/glibc
Florian Fainelli c8e68150bf toolchain: Rework external toolchain libc selection
Make it a choice menu which offers the 3 C libraries we know about: glibc,
uClibc and musl. While at it, make it possible for the external toolchain libc
to select USE_GLIBC, USE_UCLIBC or USE_MUSL which is used by several packages
to conditionally include specific CFLAGS (e.g: iproute2).

Because USE_GLIBC et al. can now be selected by external toolchains, we need to
restrict the per-libc menus to check on !EXTERNAL_TOOLCHAIN.

While at it, make musl the default C library for external toolchain to match
the internal toolchain.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
..
headers toolchain: skip gcc/minimal for musl 8 years ago
include toolchain: The glorious return of glibc, ver 2.21 9 years ago
patches/2.24 glibc: switch to 2.24 by default and remove old versions, fixes security issues 8 years ago
Config.in toolchain: Rework external toolchain libc selection 8 years ago
Config.version glibc: switch to 2.24 by default and remove old versions, fixes security issues 8 years ago
Makefile glibc: re-enable parallel builds 8 years ago
common.mk glibc: switch to 2.24 by default and remove old versions, fixes security issues 8 years ago