]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips: Fix macro typo
authorMartin Liska <mliska@suse.cz>
Thu, 16 Sep 2021 09:17:28 +0000 (11:17 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 16 Sep 2021 09:19:12 +0000 (11:19 +0200)
gcc/ChangeLog:

* config/mips/netbsd.h: Fix typo in name of a macro.

gcc/config/mips/netbsd.h

index 85c27793d4ebd77a2340738b6601e2f1466d9273..1c6a59d3c3431843f3d087b941b6e4808a195d9f 100644 (file)
@@ -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",       \