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
This commit is contained in:
Toon Moene 2000-08-07 23:19:48 +02:00 committed by Toon Moene
parent 273cea54e0
commit 94260abda4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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;