]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 12 Aug 2010 22:52:49 +0000 (23:52 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 12 Aug 2010 22:52:49 +0000 (23:52 +0100)
commit644fa7acbdafe5d5c5ddea0e0dd0ca73781500ca
treefb16da9009a10c0a43416df84b45a83f9eabf144
parent3cb35c125045f8c470dcf0e58f7d7b81bb437091
gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD.

* gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
-MMD.

c-family:
* c.opt (MD, MMD): Change to MDX and MMDX.
* c-opts.c (c_common_handle_option): Use OPT_MMD and OPT_MMDX.

fortran:
* lang.opt (MD, MMD): Change to MDX and MMDX.
* cpp.c (gfc_cpp_handle_option): Use OPT_MMD and OPT_MMDX.

From-SVN: r163209
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/fortran/ChangeLog
gcc/fortran/cpp.c
gcc/fortran/lang.opt
gcc/gcc.c