public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2202] [Ada] aarch64-rtems6: use wraplf variant for a-nallfl
@ 2021-07-09 12:38 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-07-09 12:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f1b4b3d75cd4552211fb683d1e1e3dd1e9ef6267

commit r12-2202-gf1b4b3d75cd4552211fb683d1e1e3dd1e9ef6267
Author: Frederic Konrad <konrad@adacore.com>
Date:   Tue Apr 13 10:55:52 2021 +0200

    [Ada] aarch64-rtems6: use wraplf variant for a-nallfl
    
    gcc/ada/
    
            * Makefile.rtl (LIBGNAT_TARGET_PAIRS) <aarch64*-*-rtems*>: Use
            the wraplf variant of Aux_Long_Long_Float.

Diff:
---
 gcc/ada/Makefile.rtl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index fbd3993fcaa..5475d0d875b 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<libgnat/a-nallfl__wraplf.ads
   endif
 endif


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-09 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 12:38 [gcc r12-2202] [Ada] aarch64-rtems6: use wraplf variant for a-nallfl Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).