diff mbox

[4/6] disable eglibc, no time to test

Message ID 1397382423-4939-5-git-send-email-wbx@openadk.org
State Superseded
Headers show

Commit Message

Waldemar Brodkorb April 13, 2014, 9:47 a.m. UTC
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 toolchain/toolchain-buildroot/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gustavo Zacarias April 21, 2014, 3:03 p.m. UTC | #1
On 04/13/2014 06:47 AM, Waldemar Brodkorb wrote:

> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

It actually fails like you say in
https://sourceware.org/ml/libc-help/2014-04/msg00020.html
So basically:

Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Probably easy to port the patch to eglibc though.
Regards.
diff mbox

Patch

diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 42166d2..5a10b50 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -44,7 +44,7 @@  config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
 		   BR2_i386   || BR2_mips     || BR2_mipsel  || \
 		   BR2_mips64 || BR2_mips64el || BR2_powerpc || \
 		   BR2_sh     || BR2_sh64     || BR2_sparc   || \
-		   BR2_x86_64 || BR2_microblaze
+		   BR2_x86_64
 	depends on BR2_USE_MMU
 	depends on !BR2_PREFER_STATIC_LIB
 	select BR2_TOOLCHAIN_USES_GLIBC