summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-09-16 11:17:28 +0200
committerMartin Liska <mliska@suse.cz>2021-09-16 11:19:12 +0200
commit8137be3958be4e5421c283cce3e5b50dbb80b84e (patch)
tree2bf25cf542e3a66c91a5439a0d97d6af00e28bdc
parenta26ff83ed07e33c4aa46f3314553c0d15ca21100 (diff)
downloadgcc-8137be3958be4e5421c283cce3e5b50dbb80b84e.tar.gz
mips: Fix macro typo
gcc/ChangeLog: * config/mips/netbsd.h: Fix typo in name of a macro.
-rw-r--r--gcc/config/mips/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h
index 85c27793d4e..1c6a59d3c34 100644
--- a/gcc/config/mips/netbsd.h
+++ b/gcc/config/mips/netbsd.h
@@ -87,7 +87,7 @@ along with GCC; see the file COPYING3. If not see
else if (mips_isa >= MIPS_ISA_MIPS32 \
&& mips_isa < MIPS_ISA_MIPS64) \
builtin_define ("__mips=32"); \
- else if (mips_isa >= MIPS_ISA_64) \
+ else if (mips_isa >= MIPS_ISA_MIPS64) \
builtin_define ("__mips=64"); \
if (mips_isa_rev > 0) \
builtin_define_with_int_value ("__mips_isa_rev", \