Commit 94260abd by Toon Moene Committed by Toon Moene

g77spec.c (lang_specific_driver): Clearer g77 version message.

2000-08-07  Toon Moene  <toon@moene.indiv.nluug.nl>

	* g77spec.c (lang_specific_driver): Clearer g77 version message.

From-SVN: r35558
parent 273cea54
2000-08-07 Toon Moene <toon@moene.indiv.nluug.nl>
* g77spec.c (lang_specific_driver): Clearer g77 version message.
2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
* Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
......
......@@ -364,7 +364,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
case OPTION_v:
if (! verbose)
fprintf (stderr, "g77 version %s (from FSF-g77 version %s)\n",
fprintf (stderr, "g77 version %s (Fortran Frontend version %s)\n",
version_string, ffe_version_string);
verbose = 1;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment