toolchain-external: make sure (e)glibc isn't chosen when BR2_PREFER_STATIC_LIB=y
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 11 Nov 2013 17:57:32 +0000 (18:57 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 Nov 2013 21:29:50 +0000 (22:29 +0100)
commited3f3e433f146a093750905a3c578ae2ec83c1c3
tree2f4fd269f0bc0ddde8e9e1ca480c00cc2a900a49
parent819da04481d17ac00e1ca4843c05dffc3599a72e
toolchain-external: make sure (e)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 using a (e)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-external/Config.in