aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index 82b5a40..5b2e370 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -367,6 +367,12 @@ get_emulation (argc, argv)
the arguments and hope that nobody ever creates
emulations named ips1, ips2 or ips3. */
}
+ else if (strcmp (argv[i], "-m486") == 0)
+ {
+ /* FIXME: The argument -m486 is passed to the linker on
+ some Linux systems. Hope that nobody creates an
+ emulation named 486. */
+ }
else
{
/* -mEMUL */