aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2020-12-07 09:40:53 +0100
committerMatthias Klose <doko@ubuntu.com>2020-12-07 09:40:53 +0100
commitad9c120a019ba4222bb062017da2db9711652dc3 (patch)
tree743d936a503855fd039e2672c41d440d51dba9d8 /gcc
parenta6a0db7d1bc7ad640bab51769e53f1cb4ad4bb88 (diff)
downloadgcc-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.rtl1
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 \