diff options
-rw-r--r-- | target/config/Config.in.libc.choice | 4 |
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" |