diff options
Diffstat (limited to 'gold/options.h')
-rw-r--r-- | gold/options.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/options.h b/gold/options.h index dad1c90..e3d5c26 100644 --- a/gold/options.h +++ b/gold/options.h @@ -317,6 +317,14 @@ class General_options { this->is_static_ = true; } void + set_script(const char* arg) + { + fprintf(stderr, _("%s: cannot parse %s: -T/--script not yet supported\n"), + program_name, arg); + ::exit(1); + } + + void set_stats() { this->print_stats_ = true; } |