This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -MD together with -save-temps broken
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- To: Daniel Egger <degger at fhm dot edu>
- Cc: GCC Developer Mailinglist <gcc at gcc dot gnu dot org>
- Date: Wed, 13 Mar 2002 22:56:14 +0000
- Subject: Re: -MD together with -save-temps broken
- References: <1016051164.18118.3.camel@sonja>
Daniel Egger wrote:-
> Hija,
>
> using the 3.1 branch or HEAD the following:
>
> /opt/gcc/bin/gcc -save-temps -O2 -Wall -Wp,-MD,.deps/glib-genmarshal.pp
> -c glib-genmarshal.c
See updated documentation about -Wp. The interface to the internal
preprocessor is undocumented -- the documentation in the manual is for
the binaries "cpp" or "gcc" etc.
Does -MD without -Wp do what you want?
Neil.