* gcc.c (option_map): Recognize --output-class-directory.
authorTom Tromey <tromey@cygnus.com>
Wed, 25 Nov 1998 22:46:28 +0000 (22:46 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 25 Nov 1998 22:46:28 +0000 (22:46 +0000)
From-SVN: r23886

gcc/ChangeLog
gcc/gcc.c

index 08456eee6d3c6a9bc8cb0008cf5a5ee9d39a5a91..a37aa336e6941222f1494f5df1152c5e54d7af18 100644 (file)
@@ -1,3 +1,7 @@
+Wed Nov 25 23:42:20 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * gcc.c (option_map): Recognize --output-class-directory.
+
 Thu Nov 26 18:26:21 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
        * loop.h (precondition_loop_p): Added new mode argument.
index c0a3a4288f61b1999060b9c89f81be4430005d2a..6f3ed848595a85972fef074cc228f854758d6698 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -841,6 +841,7 @@ struct option_map option_map[] =
    {"--no-warnings", "-w", 0},
    {"--optimize", "-O", "oj"},
    {"--output", "-o", "a"},
+   {"--output-class-directory", "-foutput-class-dir=", "ja"},
    {"--pedantic", "-pedantic", 0},
    {"--pedantic-errors", "-pedantic-errors", 0},
    {"--pipe", "-pipe", 0},