]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] aarch64-rtems6: use wraplf variant for a-nallfl
authorFrederic Konrad <konrad@adacore.com>
Tue, 13 Apr 2021 08:55:52 +0000 (10:55 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 9 Jul 2021 12:35:27 +0000 (12:35 +0000)
gcc/ada/

* Makefile.rtl (LIBGNAT_TARGET_PAIRS) <aarch64*-*-rtems*>: Use
the wraplf variant of Aux_Long_Long_Float.

gcc/ada/Makefile.rtl

index fbd3993fcaa85cba6984a1f4070ad1acf93443a4..5475d0d875b5785d489f8a66f3065488b9106768 100644 (file)
@@ -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<libgnat/a-nallfl__wraplf.ads
   endif
 endif