* ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.

* lexsup.c (parse_args): Ignore -qmagic for Linux compatibility.
This commit is contained in:
Ian Lance Taylor
1994-06-15 21:04:21 +00:00
parent 7fb9ca5fc2
commit cbbf960822
3 changed files with 10 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ parse_args (argc, argv)
{"non_shared", no_argument, NULL, OPTION_NON_SHARED},
{"oformat", required_argument, NULL, OPTION_OFORMAT},
{"Qy", no_argument, NULL, OPTION_IGNORE},
{"qmagic", no_argument, NULL, OPTION_IGNORE}, /* Linux compatibility. */
{"relax", no_argument, NULL, OPTION_RELAX},
{"retain-symbols-file", no_argument, NULL, OPTION_RETAIN_SYMBOLS_FILE},
{"sort-common", no_argument, NULL, OPTION_SORT_COMMON},