Commit 1f11df32 by Rainer Orth Committed by Rainer Orth

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
parent 11344b85
2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
(MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
2003-06-17 Christopher Faylor <cgf@redhat.com> 2003-06-17 Christopher Faylor <cgf@redhat.com>
* doc/install.texi: Add msvc rebuild caveat. * doc/install.texi: Add msvc rebuild caveat.
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
(O32 ABI). */ (O32 ABI). */
/* The O32 ABI on IRIX 6 defaults to the mips2 ISA. */ /* The O32 ABI on IRIX 6 defaults to the mips2 ISA. */
#undef MIPS_ISA_DEFAULT #undef MIPS_CPU_STRING_DEFAULT
#define MIPS_ISA_DEFAULT 2 #define MIPS_CPU_STRING_DEFAULT "mips2"
/* Specify wchar_t and wint_t types. */ /* Specify wchar_t and wint_t types. */
#undef WCHAR_TYPE #undef WCHAR_TYPE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment