summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-09-15 02:35:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-09-17 14:44:16 +0200
commit1702904611b21aa7722d1f6a4fdeed3fc96bd127 (patch)
tree571a9d33a7e49a667b6a7786d0f7f2a0e6f77e94
parent170619adce4eb73c175362851118364e143636a2 (diff)
lm32: disable ctor/dtor
-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 323c2092f..49f561e5e 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -539,7 +539,7 @@ config LDSO_LD_LIBRARY_PATH
config UCLIBC_CTOR_DTOR
bool
- default y if !TARGET_riscv64
+ default y if !TARGET_riscv64 && !TARGET_lm32
help
If you wish to build uClibc with support for global constructor
(ctor) and global destructor (dtor) support, then answer Y here.