summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-20 09:45:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-20 11:07:32 +0100
commit6c5b3b0ce2cfd716d30b113bb1a9af3ff4edad00 (patch)
treebb9d1955f0b1752d123d7647a897ccc4b1ae6b60
parent6bb2d37af6772cada51b0871d3184f7783779364 (diff)
riscv64: enable CTORS, fixes C++ applications, found by sorear
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 4c3e8d627..7d213e46e 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -544,7 +544,7 @@ config LDSO_LD_LIBRARY_PATH
config UCLIBC_CTOR_DTOR
bool
- default y if !TARGET_riscv64 && !TARGET_lm32
+ default y
help
If you wish to build uClibc with support for global constructor
(ctor) and global destructor (dtor) support, then answer Y here.