From 1f11df32c1d1207929ba8c6a75c204d0dd1d7bfa Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 17 Jun 2003 20:49:22 +0000 Subject: iris6-o32.h (MIPS_ISA_DEFAULT): Remove. * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove. (MIPS_CPU_STRING_DEFAULT): Redefine to mips2. From-SVN: r68111 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/iris6-o32.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c0f701..b673b42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-17 Rainer Orth + + * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove. + (MIPS_CPU_STRING_DEFAULT): Redefine to mips2. + 2003-06-17 Christopher Faylor * doc/install.texi: Add msvc rebuild caveat. diff --git a/gcc/config/mips/iris6-o32.h b/gcc/config/mips/iris6-o32.h index 3ef2fe4..20a6694 100644 --- a/gcc/config/mips/iris6-o32.h +++ b/gcc/config/mips/iris6-o32.h @@ -2,8 +2,8 @@ (O32 ABI). */ /* The O32 ABI on IRIX 6 defaults to the mips2 ISA. */ -#undef MIPS_ISA_DEFAULT -#define MIPS_ISA_DEFAULT 2 +#undef MIPS_CPU_STRING_DEFAULT +#define MIPS_CPU_STRING_DEFAULT "mips2" /* Specify wchar_t and wint_t types. */ #undef WCHAR_TYPE -- cgit v1.1