summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-25 22:46:28 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-25 22:46:28 +0000
commit701f1a9675493e4f1958a214d6ffd9bdd8ac295e (patch)
tree115d16c8a88f55d5be687f7a5f2a2af4a21a3ba7 /gcc
parent7bb294722346fac33b03650eb08e6bb8bd8c6351 (diff)
downloadgcc-701f1a9675493e4f1958a214d6ffd9bdd8ac295e.tar.gz
* gcc.c (option_map): Recognize --output-class-directory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23886 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcc.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 08456eee6d3..a37aa336e69 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/gcc.c b/gcc/gcc.c
index c0a3a4288f6..6f3ed848595 100644
--- 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},