From 597432ed1691469efa474f82f9bc82b9255c22f4 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 29 Nov 2015 22:41:00 +0000 Subject: [PATCH] re PR ada/68564 (Ada fails to bootstrap on sparc64-linux-gnu) 2015-11-29 Matthias Klose PR ada/68564 * gcc-interface/Makefile.in: Fix powerpc/powerpc64* and mipsel/mips64el bitness detection. Merge the mipsel/mips64el definitions into one. From-SVN: r231051 --- gcc/ada/ChangeLog | 7 ++++++ gcc/ada/gcc-interface/Makefile.in | 51 +++------------------------------------ 2 files changed, 11 insertions(+), 47 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index fe3f63e348f..d8196f483e4 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2015-11-29 Matthias Klose + + PR ada/68564 + * gcc-interface/Makefile.in: Fix powerpc/powerpc64* and + mipsel/mips64el bitness detection. + Merge the mipsel/mips64el definitions into one. + 2015-11-28 Matthias Klose PR ada/68564 diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index d6a8c8f09da..bed93b98860 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1841,8 +1841,8 @@ ifeq ($(strip $(filter-out mips linux%,$(target_cpu) $(target_os))),) LIBRARY_VERSION := $(LIB_VERSION) endif -# Mips/el Linux -ifeq ($(strip $(filter-out mipsel linux%,$(target_cpu) $(target_os))),) +# Mips/el and Mips64/el Linux +ifeq ($(strip $(filter-out mipsel mips64el linux%,$(target_cpu) $(target_os))),) LIBGNAT_TARGET_PAIRS_COMMON = \ a-intnam.ads