Commit 36696297 by Tom Tromey Committed by Tom Tromey

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

From-SVN: r23886
parent e96b4d7a
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> Thu Nov 26 18:26:21 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* loop.h (precondition_loop_p): Added new mode argument. * loop.h (precondition_loop_p): Added new mode argument.
......
...@@ -841,6 +841,7 @@ struct option_map option_map[] = ...@@ -841,6 +841,7 @@ struct option_map option_map[] =
{"--no-warnings", "-w", 0}, {"--no-warnings", "-w", 0},
{"--optimize", "-O", "oj"}, {"--optimize", "-O", "oj"},
{"--output", "-o", "a"}, {"--output", "-o", "a"},
{"--output-class-directory", "-foutput-class-dir=", "ja"},
{"--pedantic", "-pedantic", 0}, {"--pedantic", "-pedantic", 0},
{"--pedantic-errors", "-pedantic-errors", 0}, {"--pedantic-errors", "-pedantic-errors", 0},
{"--pipe", "-pipe", 0}, {"--pipe", "-pipe", 0},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment