[ bfd/ChangeLog ]
[deliverable/binutils-gdb.git] / ld / ldmain.c
index fb07a81fee04096b8b1e1eec7ad8526d3d3ad102..b18b580e83fd2d3d5511e0e1844e26f5ada9e0bc 100644 (file)
@@ -602,7 +602,8 @@ get_emulation (int argc, char **argv)
                   || strcmp (argv[i], "-mips5") == 0
                   || strcmp (argv[i], "-mips32") == 0
                   || strcmp (argv[i], "-mips32r2") == 0
-                  || strcmp (argv[i], "-mips64") == 0)
+                  || strcmp (argv[i], "-mips64") == 0
+                  || strcmp (argv[i], "-mips64r2") == 0)
            {
              /* FIXME: The arguments -mips1, -mips2, -mips3, etc. are
                 passed to the linker by some MIPS compilers.  They
This page took 0.031074 seconds and 4 git commands to generate.