From 3b53b116c330a610ef88d8a6c37ade115d34fa86 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 29 Nov 2015 22:42:25 +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: r231053 --- 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 8f034e9b1423..74341dc43d49 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 c1fc21ddf1ab..978e0400ef91 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1797,8 +1797,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