summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-10-07 09:10:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-10-07 09:11:28 +0200
commitc0969446554e17810c2ce668f4e2d557f258475b (patch)
treed098d1db928db351de11f1597d7e8a05d8d09fab /target
parentd44e53052e7b6d42b3aaf7da7407e217c87a491f (diff)
musl m68k
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index b417a8979..90b7c798a 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -50,6 +50,7 @@ config ADK_TARGET_LIB_MUSL
depends on (\
ADK_TARGET_ARCH_AARCH64 || \
ADK_TARGET_ARCH_ARM || \
+ ADK_TARGET_ARCH_M68K || \
ADK_TARGET_ARCH_MICROBLAZE || \
ADK_TARGET_ARCH_MIPS || \
ADK_TARGET_ARCH_MIPS64 || \
@@ -164,8 +165,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_CSKY && ADK_EXPERIMENTAL
-config ADK_TARGET_LIB_MUSL_1_1_19
- bool "1.1.19"
+config ADK_TARGET_LIB_MUSL_1_1_20
+ bool "1.1.20"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -210,7 +211,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.30" if ADK_TARGET_LIB_UCLIBC_NG_1_0_30
- default "1.1.19" if ADK_TARGET_LIB_MUSL_1_1_19
+ default "1.1.20" if ADK_TARGET_LIB_MUSL_1_1_20
default "2.28" if ADK_TARGET_LIB_GLIBC_2_28
default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \