diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-10 10:45:25 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-10 10:45:25 +0200 |
| commit | 21668b107a41b6bf29df1dd1245f8a764b92d52a (patch) | |
| tree | 2618323e3b2bceb1e98fce37b4b8b218973d9c7b | |
| parent | a32817678427b0ddbc96711ec6aed278dfa75d62 (diff) | |
config: make ctor/dtor visible again
| -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 b2501a4da..354d22eed 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -545,7 +545,7 @@ config LDSO_LD_LIBRARY_PATH If unsure, simply say Y here. config UCLIBC_CTOR_DTOR - bool + bool "Support global constructors and destructors" default y help If you wish to build uClibc with support for global constructor |
