mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
2010-05-18 Rafael Espindola <espindola@google.com>
* options.cc (General_options::finalize): Handle -nostdlib. * options.h (nostdlib): New option. * script.cc (script_add_search_dir): Handle -nostdlib.
This commit is contained in:
@@ -800,6 +800,10 @@ class General_options
|
||||
DEFINE_dirlist(library_path, options::TWO_DASHES, 'L',
|
||||
N_("Add directory to search path"), N_("DIR"));
|
||||
|
||||
DEFINE_bool(nostdlib, options::ONE_DASH, '\0', false,
|
||||
N_(" Only search directories specified on the command line."),
|
||||
NULL);
|
||||
|
||||
DEFINE_string(m, options::EXACTLY_ONE_DASH, 'm', "",
|
||||
N_("Ignored for compatibility"), N_("EMULATION"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user