diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-22 14:06:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-22 14:09:51 +0100 |
commit | 208f29eb14b31b6677393c121f77399599cf0cb9 (patch) | |
tree | 73051253d00a9f2e834b3123ef4bf86c454f467a /target | |
parent | 4ba59fa35df5fcf568f0059c89eede6d05090d4d (diff) |
riscv64: enable uClibc-ng ctors for noMMU config
Diffstat (limited to 'target')
-rw-r--r-- | target/riscv64/uclibc-ng-nommu.config | 3 |
1 files changed, 2 insertions, 1 deletions
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 |