diff options
author | Patrick Bernardi <bernardi@adacore.com> | 2020-06-15 20:42:31 -0400 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-07-27 04:05:16 -0400 |
commit | c893f4a5e0ec94d20bdc5786de3d91f2a13f668e (patch) | |
tree | d3aafce703e4dd8a3a4039f5497f5b707c5b1bfa /gcc/ada | |
parent | 79926e5a904598f638dc258d727babfcda28c0ac (diff) | |
download | gcc-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/ada')
-rw-r--r-- | gcc/ada/Makefile.rtl | 1 |
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))),) |