public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc -Wp,-MD no longer working in svn build
@ 2010-08-13 11:00 Anton Blanchard
  2010-08-13 11:14 ` Joseph S. Myers
  0 siblings, 1 reply; 5+ messages in thread
From: Anton Blanchard @ 2010-08-13 11:00 UTC (permalink / raw)
  To: joseph; +Cc: gcc


Hi Joseph,

I hit the following problem when trying to build a ppc64 Linux kernel
from svn today:

# gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c

cc1: error: unrecognized command line option ‘-MD’

Backing this out fixed it:

| jsm28 | 2010-08-13 08:52:49 +1000 (Fri, 13 Aug 2010) | 11 lines

        * 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.

Anton

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-08-13 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13 11:00 gcc -Wp,-MD no longer working in svn build Anton Blanchard
2010-08-13 11:14 ` Joseph S. Myers
2010-08-13 11:46   ` Arnaud Charlet
2010-08-13 19:40     ` Joseph S. Myers
2010-08-13 22:09       ` Arnaud Charlet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).