* config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.

From-SVN: r54581
This commit is contained in:
Richard Sandiford 2002-06-13 10:14:12 +00:00 committed by Richard Sandiford
parent 2acf0fa92e
commit a336f2e55f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-06-13 Richard Sandiford <rsandifo@redhat.com>
* config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
2002-06-13 David S. Miller <davem@redhat.com>
* expmed.c (init_expmed): Remove duplicate init of 'reg'.

View File

@ -22,7 +22,7 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define MIPS_CPU_STRING_DEFAULT "R3900"
#define MIPS_CPU_STRING_DEFAULT "r3900"
#define MIPS_ISA_DEFAULT 1
#define MULTILIB_DEFAULTS { MULTILIB_ENDIAN_DEFAULT, "msoft-float" }