From 965894d69446bc017a7c6194ae46a29a97c0ff86 Mon Sep 17 00:00:00 2001 From: Alex White Date: Sun, 25 Jul 2021 12:19:33 -0500 Subject: [PATCH 1/2] gcc/config/aarch64/rtems.h: Define __USE_INIT_FINI__ --- gcc/config/microblaze/rtems.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/microblaze/rtems.h b/gcc/config/microblaze/rtems.h index a6c1d49e6ab..505466de785 100644 --- a/gcc/config/microblaze/rtems.h +++ b/gcc/config/microblaze/rtems.h @@ -26,6 +26,7 @@ #define TARGET_OS_CPP_BUILTINS() do { \ builtin_define( "__rtems__" ); \ + builtin_define ("__USE_INIT_FINI__"); \ builtin_assert( "system=rtems" ); \ } while (0) -- 2.27.0