From 1702904611b21aa7722d1f6a4fdeed3fc96bd127 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 15 Sep 2023 02:35:15 +0200 Subject: lm32: disable ctor/dtor --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3