* gcc.c (option_map): Recognize --output-class-directory.
From-SVN: r23886
This commit is contained in:
parent
e96b4d7a44
commit
36696297f1
@ -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.
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user