summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-07-07 12:47:10 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-07-07 12:47:54 +0200
commit81b4b378cae3f454412da13cc5cc37fcc66e43f1 (patch)
tree4349bddd380fd3ec7f1840266ffa6ada22ab8d01
parent82ba6bc84f59c7eeba9564f10c7703f0f82c35b1 (diff)
glibc 2.20/2.21 does not compile on x86_64, so disable for now
-rw-r--r--target/config/Config.in.libc.choice4
1 files 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"