From 3e1fd33d8a5ecb574d628948c0eb0b315ab556f4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 13 Jun 1994 21:00:20 +0000 Subject: * lexsup.c (parse_args): Treat -i as a synonym for -r. --- ld/lexsup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/lexsup.c') 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; -- cgit v1.1