diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-24 04:32:25 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-24 04:32:25 +0000 |
commit | f7f1b4a40e67f21c58dbc9448e68efce88f2b020 (patch) | |
tree | e07821cec41657139bf57d7be2cfec915c6a0456 /gcc | |
parent | 68a91d8d3a424ed44b08411625f18ffd167d8759 (diff) | |
download | gcc-f7f1b4a40e67f21c58dbc9448e68efce88f2b020.zip gcc-f7f1b4a40e67f21c58dbc9448e68efce88f2b020.tar.gz gcc-f7f1b4a40e67f21c58dbc9448e68efce88f2b020.tar.bz2 |
(option_map): Make --version alias for -dumpversion.
From-SVN: r4721
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -660,6 +660,7 @@ struct option_map option_map[] = {"--silent", "-q", 0}, {"--force-link", "-u", "a"}, {"--verbose", "-v", 0}, + {"--version", "-dumpversion", 0} {"--no-warnings", "-w", 0}, {"--language", "-x", "a"}, |