* jvspec.c (lang_specific_driver): Recognize --help.

From-SVN: r27814
This commit is contained in:
Tom Tromey 1999-06-28 11:34:35 +00:00 committed by Tom Tromey
parent cfc2e87eae
commit 4198d73419
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-06-28 Tom Tromey <tromey@cygnus.com>
* jvspec.c (lang_specific_driver): Recognize --help.
Fri Jun 25 13:35:19 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (resolve_package): Fixed bogus return statement.

View File

@ -223,6 +223,8 @@ lang_specific_driver (fn, in_argc, in_argv, in_added_libraries)
main_class_name = argv[i] + 7;
added--;
}
else if (strcmp (argv[i], "-fhelp") == 0)
will_link = 0;
else if (strcmp (argv[i], "-v") == 0)
{
saw_verbose_flag = 1;