]> git.ipfire.org Git - thirdparty/gcc.git/commit
config.gcc (mips*-*-*): Add --with-fpu support.
authorJürgen Urban <JuergenUrban@gmx.de>
Mon, 22 Jul 2013 18:48:32 +0000 (18:48 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 22 Jul 2013 18:48:32 +0000 (18:48 +0000)
commit04dfc6df2e1cc1b2534f8160a58d8c9e2c3f18f6
tree887fe9a17b4b2dac2e4736cf69d07484405e5cd1
parent5656d96ecc468139423ce8a5ad846a38cbbeebbe
config.gcc (mips*-*-*): Add --with-fpu support.

gcc/
2013-07-26  Jürgen Urban  <JuergenUrban@gmx.de>

* config.gcc (mips*-*-*): Add --with-fpu support.  Make single the
default for R5900 targets.
* config/mips/mips.h (OPTION_DEFAULT_SPECS): Handle --with-fpu.
(ISA_HAS_LDC1_SDC1): Set to false for TARGET_MIPS5900.
* config/mips/mips.c (mips_option_override): Report an error for
-march=r5900 -mhard-float -mdouble-float.  Use spu_single_format
for -march=r5900 -mhard-float.

From-SVN: r201143
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/mips.c
gcc/config/mips/mips.h