* lexsup.c (parse_args): Treat -i as a synonym for -r.

This commit is contained in:
Ian Lance Taylor
1994-06-13 21:00:20 +00:00
parent f24078fd07
commit 3e1fd33d8a
2 changed files with 3 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ parse_args (argc, argv)
case OPTION_OFORMAT:
lang_add_output_format (optarg, 0);
break;
case 'i':
case 'r':
link_info.relocateable = true;
config.build_constructors = false;