diff options
author | Matthias Klose <doko@ubuntu.com> | 2020-12-07 09:40:53 +0100 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2020-12-07 09:40:53 +0100 |
commit | ad9c120a019ba4222bb062017da2db9711652dc3 (patch) | |
tree | 743d936a503855fd039e2672c41d440d51dba9d8 /gcc | |
parent | a6a0db7d1bc7ad640bab51769e53f1cb4ad4bb88 (diff) | |
download | gcc-ad9c120a019ba4222bb062017da2db9711652dc3.zip gcc-ad9c120a019ba4222bb062017da2db9711652dc3.tar.gz gcc-ad9c120a019ba4222bb062017da2db9711652dc3.tar.bz2 |
Fix PR ada/97504 for mips*-linux
2020-12-07 Matthias Klose <doko@ubuntu.com>
PR ada/97504
* Makefile.rtl (LIBGNAT_TARGET_PAIRS) <mips*-*-linux*>: Use wraplf
version of Aux_Long_Long_Float.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/Makefile.rtl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 544d0cf..64ddc26 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -2288,6 +2288,7 @@ endif ifeq ($(strip $(filter-out mips% linux%,$(target_cpu) $(target_os))),) LIBGNAT_TARGET_PAIRS = \ a-intnam.ads<libgnarl/a-intnam__linux.ads \ + a-nallfl.ads<libgnat/a-nallfl__wraplf.ads \ s-inmaop.adb<libgnarl/s-inmaop__posix.adb \ s-intman.adb<libgnarl/s-intman__posix.adb \ s-linux.ads<libgnarl/s-linux__mips.ads \ |