From 3145c620aaad8fabf55d3fb6f40ae782e4ff7fa3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Nov 2016 01:05:51 +0100 Subject: musl: add s390 support --- target/config/Config.in.compiler | 1 + 1 file changed, 1 insertion(+) (limited to 'target/config/Config.in.compiler') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 7228268bb..e99bcc193 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -31,6 +31,7 @@ default ADK_TOOLCHAIN_GCC_6 if ADK_TARGET_ARCH_H8300 default ADK_TOOLCHAIN_GCC_6 if ADK_TARGET_ARCH_FRV default ADK_TOOLCHAIN_GCC_6 if ADK_TARGET_ARCH_M32R default ADK_TOOLCHAIN_GCC_6 if ADK_TARGET_CPU_MIPS_MIPS32R6 || ADK_TARGET_CPU_MIPS64_MIPS64R6 +default ADK_TOOLCHAIN_GCC_6 if ADK_TARGET_LIB_MUSL && ADK_TARGET_ARCH_S390 default ADK_TOOLCHAIN_GCC_5 config ADK_TOOLCHAIN_GCC_GIT -- cgit v1.2.3