* config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
authorRichard Sandiford <rsandifo@redhat.com>
Thu, 13 Jun 2002 10:14:12 +0000 (10:14 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 13 Jun 2002 10:14:12 +0000 (10:14 +0000)
From-SVN: r54581

gcc/ChangeLog
gcc/config/mips/r3900.h

index 8ee0fae53f283fcb61b40ec4714822fd7093dac4..2804059add6f8c51cb709c4e14dabdbb06ed5dbe 100644 (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'.
index 9404a56f2e262b53877bcdcfe0879b8984b2504e..a8eb35705c527fd4684d438ea1b064ea4c4687e6 100644 (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" }