Ignored the -m option, for old linker compatibility.

This commit is contained in:
Ian Lance Taylor
2006-11-03 18:48:03 +00:00
parent dd32f77868
commit 652ec9bd89
3 changed files with 24 additions and 14 deletions

View File

@@ -89,6 +89,10 @@ class General_options
set_static()
{ this->is_static_ = true; }
void
ignore(const char*)
{ }
Dir_list search_path_;
const char* output_file_name_;
bool is_relocatable_;