aboutsummaryrefslogtreecommitdiff
path: root/gold/options.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2006-11-03 18:48:03 +0000
committerIan Lance Taylor <iant@google.com>2006-11-03 18:48:03 +0000
commit652ec9bd892d15910efb4da2488c17788460ff33 (patch)
tree206b3137850fff32e4e7d128255fafa06effd2bd /gold/options.cc
parentdd32f778683e3b0e75e9530cd0aeaaa613f0960d (diff)
downloadfsf-binutils-gdb-652ec9bd892d15910efb4da2488c17788460ff33.zip
fsf-binutils-gdb-652ec9bd892d15910efb4da2488c17788460ff33.tar.gz
fsf-binutils-gdb-652ec9bd892d15910efb4da2488c17788460ff33.tar.bz2
Ignored the -m option, for old linker compatibility.
Diffstat (limited to 'gold/options.cc')
-rw-r--r--gold/options.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/options.cc b/gold/options.cc
index 397259e..2fea87da3 100644
--- a/gold/options.cc
+++ b/gold/options.cc
@@ -234,6 +234,8 @@ options::Command_line_options::options[] =
GENERAL_ARG('L', "library-path", N_("Add directory to search path"),
N_("-L DIR, --library-path DIR"), TWO_DASHES,
&General_options::add_to_search_path),
+ GENERAL_ARG('m', NULL, N_("Ignored for compatibility"), NULL, ONE_DASH,
+ &General_options::ignore),
GENERAL_ARG('o', "output", N_("Set output file name"),
N_("-o FILE, --output FILE"), TWO_DASHES,
&General_options::set_output_file_name),