diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-26 19:00:16 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-26 19:00:16 +0200 |
| commit | a86a896b2ab56f891c81af76bf495fb6ba0af389 (patch) | |
| tree | 7b14ad1d4531e8788e69dd4b7532934c6b2e1d32 | |
| parent | 628943bcfde03547b9f83d04578bd1e8aa5d23fc (diff) | |
enable this symbol by default
disabling this results in non-working toolchain building, so
better do not allow anyone to disable it.
| -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 663f785e5..2d7c049be 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -462,7 +462,7 @@ config LDSO_NO_CLEANUP Unless you know you need this, you should answer N. config UCLIBC_CTOR_DTOR - bool "Support global constructors and destructors" + boolean default y help If you wish to build uClibc with support for global constructor |
