diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-14 22:25:50 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-14 22:25:50 +0000 |
commit | 41e04369328b081c7bedaf20bda27ae5a03c6a8f (patch) | |
tree | a5a513755e09e1f971a19c7f109e557e184a294f /gcc/java/lang-specs.h | |
parent | 194b1cc5e5f170bc632ee78488b95519f13e2558 (diff) | |
download | gcc-41e04369328b081c7bedaf20bda27ae5a03c6a8f.tar.gz |
* lang-specs.h: Rewrite -MD and -MMD to append an underscore.
* lang.c (java_handle_option): -MD and -MMD have an underscore.
* lang.opt: -MD and -MMD have an underscore.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67958 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang-specs.h')
-rw-r--r-- | gcc/java/lang-specs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h index 4f4cf5454b9..35a88656370 100644 --- a/gcc/java/lang-specs.h +++ b/gcc/java/lang-specs.h @@ -36,6 +36,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ %{femit-class-file:%{!fsyntax-only:%e-femit-class-file should used along with -fsyntax-only}}\ %{femit-class-files:%{!fsyntax-only:%e-femit-class-file should used along with -fsyntax-only}}\ %{!E:jc1 %i %(jc1) %(cc1_options) %{+e*} %{I*}\ - %{MD} %{MMD} %{M} %{MM} %{MA} %{MT*} %{MF*}\ + %{MD:-MD_} %{MMD:-MMD_} %{M} %{MM} %{MA} %{MT*} %{MF*}\ %{!fsyntax-only:%(invoke_as)}}", 0}, |