From 208f29eb14b31b6677393c121f77399599cf0cb9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 22 Mar 2024 14:06:58 +0100 Subject: riscv64: enable uClibc-ng ctors for noMMU config --- target/riscv64/uclibc-ng-nommu.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/riscv64/uclibc-ng-nommu.config b/target/riscv64/uclibc-ng-nommu.config index b3652d6a6..1ca015b2c 100644 --- a/target/riscv64/uclibc-ng-nommu.config +++ b/target/riscv64/uclibc-ng-nommu.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.45 C Library Configuration +# uClibc-ng 1.0.46 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -70,6 +70,7 @@ DOPIC=y # STATIC_PIE is not set ARCH_HAS_NO_SHARED=y ARCH_HAS_NO_LDSO=y +UCLIBC_CTOR_DTOR=y HAS_NO_THREADS=y PTHREADS_STACK_DEFAULT_SIZE=2097152 UCLIBC_HAS_SYSLOG=y -- cgit v1.2.3