From c3850d141f813d30b331565f2df47e8b53b730ea Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sun, 19 May 2013 09:48:57 +0000 Subject: [PATCH] t-sde: Don't build 64-bit microMIPS multilibs. gcc/ * config/mips/t-sde: Don't build 64-bit microMIPS multilibs. From-SVN: r199077 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/t-sde | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0649452aacf..b005445eb3a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-05-19 Richard Sandiford + + * config/mips/t-sde: Don't build 64-bit microMIPS multilibs. + 2013-05-18 Richard Sandiford * recog.h (Recog_data): Rename to... diff --git a/gcc/config/mips/t-sde b/gcc/config/mips/t-sde index 15f506f8afe..ecdff0539bd 100644 --- a/gcc/config/mips/t-sde +++ b/gcc/config/mips/t-sde @@ -27,9 +27,11 @@ else MULTILIB_EXCLUSIONS := !mips32r2/mfp64 endif -# Don't build 64-bit MIPS16 multilibs. +# Don't build 64-bit MIPS16 and microMIPS multilibs. ifneq ($(filter MIPS_ISA_DEFAULT=6%,$(tm_defines)),) MULTILIB_EXCLUSIONS += !mips32/!mips32r2/mips16 +MULTILIB_EXCLUSIONS += !mips32/!mips32r2/mmicromips else MULTILIB_EXCLUSIONS += mips64/mips16 mips64r2/mips16 +MULTILIB_EXCLUSIONS += mips64/mmicromips mips64r2/mmicromips endif -- 2.30.2