diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-08-12 15:10:42 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2014-08-12 15:10:42 +0000 |
commit | 909310bc4d8cbe46a686368512c042589f676a00 (patch) | |
tree | 6dc59f4ba0440dc37e31f40aeeb42451ab2dfd64 /gcc/config/mips/t-mti-elf | |
parent | 689ff566fb4ec9672eb9eb373a85cf244cc07f2f (diff) | |
download | gcc-909310bc4d8cbe46a686368512c042589f676a00.zip gcc-909310bc4d8cbe46a686368512c042589f676a00.tar.gz gcc-909310bc4d8cbe46a686368512c042589f676a00.tar.bz2 |
t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
2014-08-12 Steve Ellcey <sellcey@mips.com>
* config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
(MULTILIB_DIRNAMES): Ditto.
* config/mips/t-mti-elf (MULTILIB_OPTIONS): Ditto.
* config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.
* config/mips/t-mti-linux (MULTILIB_OPTIONS): Ditto.
* config/mips/t-mti-linux (MULTILIB_DIRNAMES): Ditto.
* config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Ditto.
* config/mips/mti-linux.h (SYSROOT_SUFFIX_SPEC): Ditto.
From-SVN: r213868
Diffstat (limited to 'gcc/config/mips/t-mti-elf')
-rw-r--r-- | gcc/config/mips/t-mti-elf | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/config/mips/t-mti-elf b/gcc/config/mips/t-mti-elf index cd0a967..487a015 100644 --- a/gcc/config/mips/t-mti-elf +++ b/gcc/config/mips/t-mti-elf @@ -19,8 +19,8 @@ # The default build is mips32r2, hard-float big-endian. Add mips32, # soft-float, and little-endian variations. -MULTILIB_OPTIONS = mips32/mips64/mips64r2 mips16/mmicromips mabi=64 EL msoft-float/mfp64 mnan=2008 -MULTILIB_DIRNAMES = mips32 mips64 mips64r2 mips16 micromips 64 el sof fp64 nan2008 +MULTILIB_OPTIONS = mips32/mips64/mips64r2 mips16/mmicromips mabi=64 EL msoft-float mnan=2008 +MULTILIB_DIRNAMES = mips32 mips64 mips64r2 mips16 micromips 64 el sof nan2008 MULTILIB_MATCHES = EL=mel EB=meb mips32r2=mips32r3 mips32r2=mips32r5 mips64r2=mips64r3 mips64r2=mips64r5 # The 64 bit ABI is not supported on the mips32 architecture. @@ -43,8 +43,3 @@ MULTILIB_EXCEPTIONS += *mmicromips/mabi=64* # We do not want nan2008 libraries for soft-float. MULTILIB_EXCEPTIONS += *msoft-float*/*mnan=2008* - -# -mfp64 libraries are only built for mips32r2 and not in mips16 mode. -MULTILIB_EXCEPTIONS += *mips32/*mfp64* -MULTILIB_EXCEPTIONS += *mips64*/*mfp64* -MULTILIB_EXCEPTIONS += *mips16*/*mfp64* |