From: Martin Liska Date: Thu, 16 Sep 2021 09:17:28 +0000 (+0200) Subject: mips: Fix macro typo X-Git-Tag: basepoints/gcc-13~4743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8137be3958be4e5421c283cce3e5b50dbb80b84e;p=thirdparty%2Fgcc.git mips: Fix macro typo gcc/ChangeLog: * config/mips/netbsd.h: Fix typo in name of a macro. --- diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h index 85c27793d4eb..1c6a59d3c343 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", \