* config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
From-SVN: r54581
This commit is contained in:
parent
2acf0fa92e
commit
a336f2e55f
@ -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'.
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user