From 7f2b904d6e6a36da26b0cbbda94a057247291676 Mon Sep 17 00:00:00 2001 From: Matheus Pecoraro Date: Sat, 15 Jun 2024 16:29:12 -0300 Subject: [PATCH] x86_64: Set CPU_USE_LIBC_INIT_FINI_ARRAY to TRUE --- cpukit/score/cpu/x86_64/include/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/x86_64/include/rtems/score/cpu.h b/cpukit/score/cpu/x86_64/include/rtems/score/cpu.h index b26fb4c8ad..a6c91c70f8 100644 --- a/cpukit/score/cpu/x86_64/include/rtems/score/cpu.h +++ b/cpukit/score/cpu/x86_64/include/rtems/score/cpu.h @@ -232,7 +232,7 @@ void _CPU_Context_Initialize( /* end of Context handler macros */ -#define CPU_USE_LIBC_INIT_FINI_ARRAY FALSE +#define CPU_USE_LIBC_INIT_FINI_ARRAY TRUE /* Bitfield handler macros */