summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-01 10:59:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-01 10:59:55 +0100
commitc67a4d9a5114adc708f46c84afb8a38ff367f5c7 (patch)
tree0c359112fc3e5a3917a1d28de8d9965ced3e5ebc /target/config
parent6d77be286ad1dc84b7986cea98f15597b465b82c (diff)
musl: update to 1.2.5
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.libc8
1 files changed, 5 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index ce244eac2..9d266744d 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -53,12 +53,14 @@ config ADK_TARGET_LIB_MUSL
ADK_TARGET_ARCH_AARCH64 || \
ADK_TARGET_ARCH_ARM || \
ADK_TARGET_ARCH_M68K || \
+ ADK_TARGET_ARCH_LOONGARCH || \
ADK_TARGET_ARCH_MICROBLAZE || \
ADK_TARGET_ARCH_MIPS || \
ADK_TARGET_ARCH_MIPS64 || \
ADK_TARGET_ARCH_OR1K || \
ADK_TARGET_ARCH_PPC || \
ADK_TARGET_ARCH_PPC64 || \
+ ADK_TARGET_ARCH_RISCV32 || \
ADK_TARGET_ARCH_RISCV64 || \
ADK_TARGET_ARCH_S390 || \
ADK_TARGET_ARCH_SH || \
@@ -164,8 +166,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC && ADK_EXPERIMENTAL
-config ADK_TARGET_LIB_MUSL_1_2_4
- bool "1.2.4"
+config ADK_TARGET_LIB_MUSL_1_2_5
+ bool "1.2.5"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -199,7 +201,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.45" if ADK_TARGET_LIB_UCLIBC_NG_1_0_45
- default "1.2.4" if ADK_TARGET_LIB_MUSL_1_2_4
+ default "1.2.5" if ADK_TARGET_LIB_MUSL_1_2_5
default "2.38" if ADK_TARGET_LIB_GLIBC_2_38
default "4.4.0" if ADK_TARGET_LIB_NEWLIB_4_4_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \