diff options
-rw-r--r-- | extra/Configs/Config.in | 2 |
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. |