diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2003-06-17 20:49:22 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-06-17 20:49:22 +0000 |
commit | 1f11df32c1d1207929ba8c6a75c204d0dd1d7bfa (patch) | |
tree | 0b5a4a374591acb76e2ac9337e9194ed7ea22ff7 /gcc | |
parent | 11344b8555e3296c6f650917ed64ebd220fa00fd (diff) | |
download | gcc-1f11df32c1d1207929ba8c6a75c204d0dd1d7bfa.zip gcc-1f11df32c1d1207929ba8c6a75c204d0dd1d7bfa.tar.gz gcc-1f11df32c1d1207929ba8c6a75c204d0dd1d7bfa.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/iris6-o32.h | 4 |
2 files changed, 7 insertions, 2 deletions
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 <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> * 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 |