* gcc.c (option_map): Recognize --output-class-directory.

From-SVN: r23886
This commit is contained in:
Tom Tromey 1998-11-25 22:46:28 +00:00 committed by Tom Tromey
parent e96b4d7a44
commit 36696297f1
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -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},