From e988f4060c152570a740dbfde962423f60ffd5d4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 17 Aug 2015 15:53:48 +0200 Subject: force glibc git for hppa, as it contains a lot of fixes for hppa. x86_64 works now with older versions --- target/config/Config.in.libc.choice | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/config') 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" -- cgit v1.2.3