aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2002-06-13 10:14:12 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2002-06-13 10:14:12 +0000
commita336f2e55fbd2f1da98a44d4f92679f988d1a29e (patch)
treeac08bd3f7e8729fa1acd5ecb04c65dcab0ca7abb /gcc
parent2acf0fa92efaabede6cee1b5ff4732b4c325043c (diff)
downloadgcc-a336f2e55fbd2f1da98a44d4f92679f988d1a29e.zip
gcc-a336f2e55fbd2f1da98a44d4f92679f988d1a29e.tar.gz
gcc-a336f2e55fbd2f1da98a44d4f92679f988d1a29e.tar.bz2
* config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
From-SVN: r54581
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/r3900.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8ee0fae5..2804059 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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'.
diff --git a/gcc/config/mips/r3900.h b/gcc/config/mips/r3900.h
index 9404a56..a8eb357 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" }