Explorar o código

lm32: disable ctor/dtor

Waldemar Brodkorb %!s(int64=2) %!d(string=hai) anos
pai
achega
1702904611
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
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.