Commit bba64915 authored by Ilya Tagunov's avatar Ilya Tagunov Committed by Daniel DeGrasse
Browse files

libc: arcmwdt: require static initializers



The ARC MWDT C library puts some constructors into .ctors section
to initialize its internal stdio locks. Enable the initializers
to make sure these constructors are actually executed.

Signed-off-by: default avatarIlya Tagunov <Ilya.Tagunov@synopsys.com>
parent 6a0d0194
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ config ARCMWDT_LIBC
	bool "ARC MWDT C library"
	depends on !NATIVE_APPLICATION
	depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "arcmwdt"
	select STATIC_INIT_GNU
	help
	  C library provided by ARC MWDT toolchain.