From: Eric Botcazou Date: Sat, 15 Aug 2020 23:38:30 +0000 (+0200) Subject: [Ada] Build support units for 128-bit integer types on 64-bit platforms X-Git-Tag: basepoints/gcc-12~4017 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f909cfc13f3ea5779e3844509415a54c4b534e;p=thirdparty%2Fgcc.git [Ada] Build support units for 128-bit integer types on 64-bit platforms gcc/ada/ * Makefile.rtl (64-bit platforms): Add GNATRTL_128BIT_PAIRS to the LIBGNAT_TARGET_PAIRS list and also GNATRTL_128BIT_OBJS to the EXTRA_GNATRTL_NONTASKING_OBJS list. --- diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index e2a4f4e61b6a..589ba68251d7 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -1060,6 +1060,11 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7% vxworks7spe EXTRA_GNATRTL_NONTASKING_OBJS+=s-stchop.o endif + ifeq ($(strip $(filter-out powerpc64, $(target_cpu))),) + LIBGNAT_TARGET_PAIRS += $(GNATRTL_128BIT_PAIRS) + EXTRA_GNATRTL_NONTASKING_OBJS += $(GNATRTL_128BIT_OBJS) + endif + TOOLS_TARGET_PAIRS=indepsw.adb