From: Frederic Konrad Date: Tue, 13 Apr 2021 08:55:52 +0000 (+0200) Subject: [Ada] aarch64-rtems6: use wraplf variant for a-nallfl X-Git-Tag: basepoints/gcc-13~6111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1b4b3d75cd4552211fb683d1e1e3dd1e9ef6267;p=thirdparty%2Fgcc.git [Ada] aarch64-rtems6: use wraplf variant for a-nallfl gcc/ada/ * Makefile.rtl (LIBGNAT_TARGET_PAIRS) : Use the wraplf variant of Aux_Long_Long_Float. --- diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index fbd3993fcaa8..5475d0d875b5 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -2193,7 +2193,7 @@ ifeq ($(strip $(filter-out rtems%,$(target_os))),) EH_MECHANISM=-gcc endif - ifeq ($(strip $(filter-out riscv%,$(target_cpu))),) + ifeq ($(strip $(filter-out aarch64% riscv%,$(target_cpu))),) LIBGNAT_TARGET_PAIRS += a-nallfl.ads