forked from Imagelibrary/binutils-gdb
Add support for more MIPS variants to the linker command line.
PR ld/27167 * ldmain.c (get_emulation): Add mipsmips32r3, mips32r5, mips64r3 and mips64r5 to list of known mips targets.
This commit is contained in:
committed by
Nick Clifton
parent
9c70334dee
commit
c0f6e439cc
@@ -700,9 +700,13 @@ get_emulation (int argc, char **argv)
|
||||
|| strcmp (argv[i], "-mips5") == 0
|
||||
|| strcmp (argv[i], "-mips32") == 0
|
||||
|| strcmp (argv[i], "-mips32r2") == 0
|
||||
|| strcmp (argv[i], "-mips32r3") == 0
|
||||
|| strcmp (argv[i], "-mips32r5") == 0
|
||||
|| strcmp (argv[i], "-mips32r6") == 0
|
||||
|| strcmp (argv[i], "-mips64") == 0
|
||||
|| strcmp (argv[i], "-mips64r2") == 0
|
||||
|| strcmp (argv[i], "-mips64r3") == 0
|
||||
|| strcmp (argv[i], "-mips64r5") == 0
|
||||
|| strcmp (argv[i], "-mips64r6") == 0)
|
||||
{
|
||||
/* FIXME: The arguments -mips1, -mips2, -mips3, etc. are
|
||||
|
||||
Reference in New Issue
Block a user