From patchwork Mon Sep 24 19:38:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: external-toolchain: BR2_TOOLCHAIN_EXTERNAL_GLIBC includes eglibc Date: Mon, 24 Sep 2012 09:38:52 -0000 From: Baruch Siach X-Patchwork-Id: 186558 Message-Id: <1348515532-4855-1-git-send-email-baruch@tkos.co.il> To: buildroot@busybox.net Signed-off-by: Baruch Siach Acked-by: "Yann E. MORIN" --- toolchain/toolchain-external/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index f86ed74..911fea4 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -664,7 +664,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC - bool "glibc" + bool "glibc/eglibc" select BR2_TOOLCHAIN_EXTERNAL_GLIBC endchoice