diff options
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index bf2365c..8b1a1cd 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -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; |