mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 17:45:48 +08:00
* jvspec.c (lang_specific_driver): Recognize --help.
From-SVN: r27814
This commit is contained in:
parent
cfc2e87eae
commit
4198d73419
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user