From: Richard Stallman Date: Thu, 24 Jun 1993 04:32:25 +0000 (+0000) Subject: (option_map): Make --version alias for -dumpversion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7f1b4a40e67f21c58dbc9448e68efce88f2b020;p=gcc.git (option_map): Make --version alias for -dumpversion. From-SVN: r4721 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 016d99715b1..74f86889147 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -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"},