From: Rainer Orth Date: Tue, 17 Jun 2003 20:49:22 +0000 (+0000) Subject: iris6-o32.h (MIPS_ISA_DEFAULT): Remove. X-Git-Tag: releases/gcc-3.4.0~5711 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f11df32c1d1207929ba8c6a75c204d0dd1d7bfa;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c0f7013ddd2..b673b42fc744 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 3ef2fe40d67a..20a669469664 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