Commit 49e300c6 by Steve Ellcey Committed by Steve Ellcey

t-mti-linux (MULTILIB_EXCEPTIONS): Add exceptions for mips32[r1] and mips64[r1] with -mnan=2008.

2014-12-29  Steve Ellcey  <sellcey@mips.com>

	* config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Add exceptions
	for mips32[r1] and mips64[r1] with -mnan=2008.
	* config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.

From-SVN: r219101
parent 7430df97
2014-12-29 Steve Ellcey <sellcey@mips.com>
* config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Add exceptions
for mips32[r1] and mips64[r1] with -mnan=2008.
* config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.
2014-12-27 H.J. Lu <hongjiu.lu@intel.com>
PR target/64409
......@@ -41,5 +41,8 @@ MULTILIB_EXCEPTIONS += *mips32/mmicromips*
MULTILIB_EXCEPTIONS += *mips64*/mmicromips*
MULTILIB_EXCEPTIONS += *mmicromips/mabi=64*
# We do not want nan2008 libraries for soft-float.
# We do not want nan2008 libraries for soft-float,
# mips32[r1], or mips64[r1].
MULTILIB_EXCEPTIONS += *msoft-float*/*mnan=2008*
MULTILIB_EXCEPTIONS += *mips32/*mnan=2008*
MULTILIB_EXCEPTIONS += *mips64/*mnan=2008*
......@@ -41,5 +41,8 @@ MULTILIB_EXCEPTIONS += *mips32/mmicromips*
MULTILIB_EXCEPTIONS += *mips64*/mmicromips*
MULTILIB_EXCEPTIONS += *mmicromips/mabi=64*
# We do not want nan2008 libraries for soft-float.
# We do not want nan2008 libraries for soft-float,
# mips32[r1], or mips64[r1].
MULTILIB_EXCEPTIONS += *msoft-float*/*mnan=2008*
MULTILIB_EXCEPTIONS += *mips32/*mnan=2008*
MULTILIB_EXCEPTIONS += *mips64/*mnan=2008*
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