2000-05-18 H.J. Lu <hjl@gnu.org>
* lexsup.c (parse_args): `i' == `r', not `q'.
This commit is contained in:
parent
7ad3436572
commit
8c5ff9729d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-05-18 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* lexsup.c (parse_args): `i' == `r', not `q'.
|
||||||
|
|
||||||
Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
|
Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* configure.tgt (hppa*64*-*-*): Enable PA64 target.
|
* configure.tgt (hppa*64*-*-*): Enable PA64 target.
|
||||||
|
|
|
@ -718,10 +718,10 @@ parse_args (argc, argv)
|
||||||
case OPTION_OFORMAT:
|
case OPTION_OFORMAT:
|
||||||
lang_add_output_format (optarg, (char *) NULL, (char *) NULL, 0);
|
lang_add_output_format (optarg, (char *) NULL, (char *) NULL, 0);
|
||||||
break;
|
break;
|
||||||
case 'i':
|
|
||||||
case 'q':
|
case 'q':
|
||||||
link_info.emitrelocations = true;
|
link_info.emitrelocations = true;
|
||||||
break;
|
break;
|
||||||
|
case 'i':
|
||||||
case 'r':
|
case 'r':
|
||||||
link_info.relocateable = true;
|
link_info.relocateable = true;
|
||||||
config.build_constructors = false;
|
config.build_constructors = false;
|
||||||
|
|
Loading…
Reference in a new issue