From a336f2e55fbd2f1da98a44d4f92679f988d1a29e Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 13 Jun 2002 10:14:12 +0000 Subject: [PATCH] * config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case. From-SVN: r54581 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/r3900.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ee0fae53f2..2804059add6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-13 Richard Sandiford + + * config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case. + 2002-06-13 David S. Miller * expmed.c (init_expmed): Remove duplicate init of 'reg'. diff --git a/gcc/config/mips/r3900.h b/gcc/config/mips/r3900.h index 9404a56f2e2..a8eb35705c5 100644 --- a/gcc/config/mips/r3900.h +++ b/gcc/config/mips/r3900.h @@ -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" } -- 2.30.2