diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-17 15:53:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-17 15:53:48 +0200 |
commit | e988f4060c152570a740dbfde962423f60ffd5d4 (patch) | |
tree | a716f87683bf4319e66daa2b702ddac6477cd26e /target | |
parent | 3b48823deb131aeeabc4786081cb2bbcb68bbba5 (diff) |
force glibc git for hppa, as it contains a lot of fixes for hppa. x86_64 works now with older versions
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc.choice | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index e9bc840fd..022b36956 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -79,19 +79,19 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT config ADK_TARGET_LIB_GLIBC_2_22 bool "2.22" - depends on ADK_TARGET_LIB_GLIBC + depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA config ADK_TARGET_LIB_GLIBC_2_21 bool "2.21" - depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_X86_64 + depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA config ADK_TARGET_LIB_GLIBC_2_20 bool "2.20" - depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_X86_64 + depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA config ADK_TARGET_LIB_GLIBC_2_19 bool "2.19" - depends on ADK_TARGET_LIB_GLIBC + depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA config ADK_TARGET_LIB_GLIBC_GIT bool "git" |