re PR fortran/41080 (gfortran -dumpversion does not behave like gcc or g++)
2009-08-15 Tobias Burnus <burnus@net-b.de> PR fortran/41080 * gfortranspec.c (lookup_option): Remove gfortran-specific version of -dumpversion. From-SVN: r150792
This commit is contained in:
parent
0763654384
commit
3a1e8ed569
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-08-15 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
PR fortran/41080
|
||||
* gfortranspec.c (lookup_option): Remove gfortran-specific
|
||||
version of -dumpversion.
|
||||
|
||||
2009-08-14 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/41070
|
||||
|
|
|
@ -186,8 +186,6 @@ lookup_option (Option *xopt, int *xskip, const char **xarg, const char *text)
|
|||
opt = OPTION_syntax_only;
|
||||
else if (!strcmp (text, "-static-libgfortran"))
|
||||
opt = OPTION_static_libgfortran;
|
||||
else if (!strcmp (text, "-dumpversion"))
|
||||
opt = OPTION_version;
|
||||
else if (!strcmp (text, "-fversion")) /* Really --version!! */
|
||||
opt = OPTION_version;
|
||||
else if (!strcmp (text, "-Xlinker") || !strcmp (text, "-specs"))
|
||||
|
|
Loading…
Add table
Reference in a new issue