diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-12-29 16:42:26 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2014-12-29 16:42:26 +0000 |
commit | 49e300c63f9fefcd8022e4141a8b867fe7713bb1 (patch) | |
tree | 20a01b660e77081c151bd03a17fea381312578d5 /gcc/config | |
parent | 7430df9766d0706da1dc969d7aae9a6c9ed367d8 (diff) | |
download | gcc-49e300c63f9fefcd8022e4141a8b867fe7713bb1.zip gcc-49e300c63f9fefcd8022e4141a8b867fe7713bb1.tar.gz gcc-49e300c63f9fefcd8022e4141a8b867fe7713bb1.tar.bz2 |
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
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/t-mti-elf | 5 | ||||
-rw-r--r-- | gcc/config/mips/t-mti-linux | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/config/mips/t-mti-elf b/gcc/config/mips/t-mti-elf index 487a015..5525a7a 100644 --- a/gcc/config/mips/t-mti-elf +++ b/gcc/config/mips/t-mti-elf @@ -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* diff --git a/gcc/config/mips/t-mti-linux b/gcc/config/mips/t-mti-linux index 487a015..5525a7a 100644 --- a/gcc/config/mips/t-mti-linux +++ b/gcc/config/mips/t-mti-linux @@ -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* |