From 81b4b378cae3f454412da13cc5cc37fcc66e43f1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 7 Jul 2015 12:47:10 +0200 Subject: [PATCH] glibc 2.20/2.21 does not compile on x86_64, so disable for now --- target/config/Config.in.libc.choice | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index a49f4b5ba..1af1b99d0 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -76,11 +76,11 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT config ADK_TARGET_LIB_GLIBC_2_21 bool "2.21" - depends on ADK_TARGET_LIB_GLIBC + depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_X86_64 config ADK_TARGET_LIB_GLIBC_2_20 bool "2.20" - depends on ADK_TARGET_LIB_GLIBC + depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_X86_64 config ADK_TARGET_LIB_GLIBC_2_19 bool "2.19" -- 2.11.4.GIT