diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-06-14 22:25:50 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-06-14 22:25:50 +0000 |
commit | cef67dcecf28e1d8312d0af2fa6ad1a7ce372530 (patch) | |
tree | a5a513755e09e1f971a19c7f109e557e184a294f /gcc/java/lang-specs.h | |
parent | 06f31100d2a2eed8e93c7784f455b5925b72ee97 (diff) | |
download | gcc-cef67dcecf28e1d8312d0af2fa6ad1a7ce372530.zip gcc-cef67dcecf28e1d8312d0af2fa6ad1a7ce372530.tar.gz gcc-cef67dcecf28e1d8312d0af2fa6ad1a7ce372530.tar.bz2 |
lang-specs.h: Rewrite -MD and -MMD to append an underscore.
* 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.
From-SVN: r67958
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 4f4cf54..35a8865 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}, |