toolchain-buildroot: make sure glibc isn't chosen when BR2_PREFER_STATIC_LIB=y
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 11 Nov 2013 17:57:31 +0000 (18:57 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 Nov 2013 21:29:16 +0000 (22:29 +0100)
commit819da04481d17ac00e1ca4843c05dffc3599a72e
tree6b54f6407aced939f3b634a715c5727e07574d28
parent924b8739da72706afd543026b34030d3111322a9
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>
toolchain/toolchain-buildroot/Config.in