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.opt | |
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.opt')
-rw-r--r-- | gcc/java/lang.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lang.opt b/gcc/java/lang.opt index b02e6b3..166b1b0 100644 --- a/gcc/java/lang.opt +++ b/gcc/java/lang.opt @@ -47,7 +47,7 @@ Java Joined M Java -MD +MD_ Java MF @@ -56,7 +56,7 @@ Java Separate MM Java -MMD +MMD_ Java MP |