summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-02-16 13:28:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2020-02-16 13:29:09 +0100
commit7025cc5131adbafb70a7f6715cb8d17f0446ec58 (patch)
tree4e7090e2917193c9433dc1fc7364c338c50db11f /target
parentea93f3c05f52fadf3bec9d7c99a60fe998af9a9d (diff)
uclibc-ng: update to 1.0.33
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 1da24f089..7e416c2c5 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -33,6 +33,7 @@ config ADK_TARGET_LIB_UCLIBC_NG
ADK_TARGET_ARCH_NIOS2 || \
ADK_TARGET_ARCH_OR1K || \
ADK_TARGET_ARCH_PPC || \
+ ADK_TARGET_ARCH_RISCV32 || \
ADK_TARGET_ARCH_RISCV64 || \
ADK_TARGET_ARCH_SH || \
ADK_TARGET_ARCH_SPARC || \
@@ -143,8 +144,8 @@ choice
prompt "Target C library version"
depends on !ADK_TARGET_CHOOSE_ARCH
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_32
- bool "1.0.32"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_33
+ bool "1.0.33"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -198,7 +199,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.32" if ADK_TARGET_LIB_UCLIBC_NG_1_0_32
+ default "1.0.33" if ADK_TARGET_LIB_UCLIBC_NG_1_0_33
default "1.1.24" if ADK_TARGET_LIB_MUSL_1_1_24
default "2.31" if ADK_TARGET_LIB_GLIBC_2_31
default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0