diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-23 01:05:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-23 01:05:58 +0100 |
commit | 3145c620aaad8fabf55d3fb6f40ae782e4ff7fa3 (patch) | |
tree | aec3631a289008034faa6a9a2b3f918c3a82be68 /target/config | |
parent | 1d1bbf63ba32d1199b4ecff9d2296fc79ea276ec (diff) |
musl: add s390 support
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 1 | ||||
-rw-r--r-- | target/config/Config.in.libc | 1 |
2 files changed, 2 insertions, 0 deletions
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 diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 24c76eed4..d189bae01 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -51,6 +51,7 @@ config ADK_TARGET_LIB_MUSL ADK_TARGET_ARCH_OR1K || \ ADK_TARGET_ARCH_PPC || \ ADK_TARGET_ARCH_PPC64 || \ + ADK_TARGET_ARCH_S390 || \ ADK_TARGET_ARCH_SH || \ ADK_TARGET_ARCH_X86 || \ ADK_TARGET_ARCH_X86_64 || \ |