diff options
author | Tom Tromey <tromey@cygnus.com> | 1998-11-25 22:46:28 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1998-11-25 22:46:28 +0000 |
commit | 36696297f1a68d0789ec6cf07ac23cf640bd61ce (patch) | |
tree | 115d16c8a88f55d5be687f7a5f2a2af4a21a3ba7 /gcc/gcc.c | |
parent | e96b4d7a44d83dc2d5cbf2f6a12d9c46a76886f4 (diff) | |
download | gcc-36696297f1a68d0789ec6cf07ac23cf640bd61ce.zip gcc-36696297f1a68d0789ec6cf07ac23cf640bd61ce.tar.gz gcc-36696297f1a68d0789ec6cf07ac23cf640bd61ce.tar.bz2 |
* gcc.c (option_map): Recognize --output-class-directory.
From-SVN: r23886
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |