Commit c3850d14 by Richard Sandiford Committed by Richard Sandiford

t-sde: Don't build 64-bit microMIPS multilibs.

gcc/
	* config/mips/t-sde: Don't build 64-bit microMIPS multilibs.

From-SVN: r199077
parent b0a7990a
2013-05-19 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/t-sde: Don't build 64-bit microMIPS multilibs.
2013-05-18 Richard Sandiford <rdsandiford@googlemail.com> 2013-05-18 Richard Sandiford <rdsandiford@googlemail.com>
* recog.h (Recog_data): Rename to... * recog.h (Recog_data): Rename to...
......
...@@ -27,9 +27,11 @@ else ...@@ -27,9 +27,11 @@ else
MULTILIB_EXCLUSIONS := !mips32r2/mfp64 MULTILIB_EXCLUSIONS := !mips32r2/mfp64
endif 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)),) ifneq ($(filter MIPS_ISA_DEFAULT=6%,$(tm_defines)),)
MULTILIB_EXCLUSIONS += !mips32/!mips32r2/mips16 MULTILIB_EXCLUSIONS += !mips32/!mips32r2/mips16
MULTILIB_EXCLUSIONS += !mips32/!mips32r2/mmicromips
else else
MULTILIB_EXCLUSIONS += mips64/mips16 mips64r2/mips16 MULTILIB_EXCLUSIONS += mips64/mips16 mips64r2/mips16
MULTILIB_EXCLUSIONS += mips64/mmicromips mips64r2/mmicromips
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment