]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* jvspec.c (lang_specific_driver): Recognize --help.
authorTom Tromey <tromey@cygnus.com>
Tue, 29 Jun 1999 02:09:48 +0000 (02:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 29 Jun 1999 02:09:48 +0000 (20:09 -0600)
From-SVN: r27828

gcc/java/ChangeLog
gcc/java/jvspec.c

index d429b28d3baf833fbe6c3f32136e10df6e52971d..b2e151f2c309d9074ec40d5d66ad87846a38f662 100644 (file)
@@ -1,3 +1,7 @@
+1999-06-29  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.c: Rebuilt.
index 815ff3fd8bce27e1458ed1943e38761378dabdd1..eba801cb32a6afc824e460e4fbe1924f745ff518 100644 (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;