buildroot/toolchain/toolchain-buildroot
Thomas Petazzoni 819da04481 toolchain-buildroot: make sure glibc isn't chosen when BR2_PREFER_STATIC_LIB=y
(e)glibc doesn't support a fully statically linked userspace. Even a
basic program such as Busybox fails to do authentication due to glibc
loading some libraries dynamically. Therefore, we disable the
possibility of building a glibc toolchain when
BR2_PREFER_STATIC_LIB=y.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-11-11 22:29:16 +01:00
..
Config.in toolchain-buildroot: make sure glibc isn't chosen when BR2_PREFER_STATIC_LIB=y 2013-11-11 22:29:16 +01:00
toolchain-buildroot.mk