forked from Imagelibrary/binutils-gdb
2000-05-18 H.J. Lu <hjl@gnu.org>
* lexsup.c (parse_args): `i' == `r', not `q'.
This commit is contained in:
@@ -718,10 +718,10 @@ parse_args (argc, argv)
|
||||
case OPTION_OFORMAT:
|
||||
lang_add_output_format (optarg, (char *) NULL, (char *) NULL, 0);
|
||||
break;
|
||||
case 'i':
|
||||
case 'q':
|
||||
link_info.emitrelocations = true;
|
||||
break;
|
||||
case 'i':
|
||||
case 'r':
|
||||
link_info.relocateable = true;
|
||||
config.build_constructors = false;
|
||||
|
||||
Reference in New Issue
Block a user