From 597432ed1691469efa474f82f9bc82b9255c22f4 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 29 Nov 2015 22:41:00 +0000 Subject: 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/gcc-interface/Makefile.in | 51 +++------------------------------------ 1 file changed, 4 insertions(+), 47 deletions(-) (limited to 'gcc/ada/gcc-interface') diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index d6a8c8f..bed93b9 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