aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPatrick Bernardi <bernardi@adacore.com>2020-06-15 20:42:31 -0400
committerPierre-Marie de Rodat <derodat@adacore.com>2020-07-27 04:05:16 -0400
commitc893f4a5e0ec94d20bdc5786de3d91f2a13f668e (patch)
treed3aafce703e4dd8a3a4039f5497f5b707c5b1bfa /gcc
parent79926e5a904598f638dc258d727babfcda28c0ac (diff)
downloadgcc-c893f4a5e0ec94d20bdc5786de3d91f2a13f668e.zip
gcc-c893f4a5e0ec94d20bdc5786de3d91f2a13f668e.tar.gz
gcc-c893f4a5e0ec94d20bdc5786de3d91f2a13f668e.tar.bz2
[Ada] x86-lynx178elf: use a-numaux.ads instead of a-numaux__libc-x86.ads
gcc/ada/ * Makefile.rtl: Remove X86_TARGET_PAIRS for x86-lynx178elf.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/Makefile.rtl1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index d7f2bde..fc978a2 100644
--- a/gcc/ada/Makefile.rtl
+++ b/gcc/ada/Makefile.rtl
@@ -1911,7 +1911,6 @@ ifeq ($(strip $(filter-out lynxos178%,$(target_os))),)
endif
ifeq ($(strip $(filter-out %86, $(target_cpu))),)
LIBGNAT_TARGET_PAIRS += system.ads<libgnat/system-lynxos178-x86.ads
- LIBGNAT_TARGET_PAIRS += $(X86_TARGET_PAIRS)
endif
ifeq ($(strip $(filter-out lynxos178e,$(target_os))),)