From 42792411524b532fae79612d4415a906dc2e8c2b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 15 Jun 1994 21:22:43 +0000 Subject: [PATCH] * lexsup.c (parse_args): Accept -static as a synonym for -non_shared. --- ld/ChangeLog | 1 + ld/lexsup.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index f3f5d6e..adfd39f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -2,6 +2,7 @@ Wed Jun 15 01:54:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility. * lexsup.c (parse_args): Ignore -qmagic for Linux compatibility. + Accept -static as a synonym for -non_shared. Let the user change the dynamic linker used by ELF code. * ld.h (args_type): Add new field interpreter. diff --git a/ld/lexsup.c b/ld/lexsup.c index a4c847f..4a0aad4 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -104,6 +104,7 @@ parse_args (argc, argv) {"sort-common", no_argument, NULL, OPTION_SORT_COMMON}, {"sort_common", no_argument, NULL, OPTION_SORT_COMMON}, {"stats", no_argument, NULL, OPTION_STATS}, + {"static", no_argument, NULL, OPTION_NON_SHARED}, {"Tbss", required_argument, NULL, OPTION_TBSS}, {"Tdata", required_argument, NULL, OPTION_TDATA}, {"Ttext", required_argument, NULL, OPTION_TTEXT}, -- 2.7.4