From: Dave Brolley Date: Wed, 16 Dec 1998 13:37:08 +0000 (-0500) Subject: lang-specs.h: Pass -MD, -MMD and -MG to cc1obj if configured with cpplib. X-Git-Tag: prereleases/libgcj-0.1~1604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed9c93bf44d4889dd9be8d05e51fd5ab57c2e207;p=thirdparty%2Fgcc.git lang-specs.h: Pass -MD, -MMD and -MG to cc1obj if configured with cpplib. Wed Dec 16 16:33:04 1998 Dave Brolley * objc/lang-specs.h: Pass -MD, -MMD and -MG to cc1obj if configured with cpplib. From-SVN: r24341 --- diff --git a/gcc/objc/lang-specs.h b/gcc/objc/lang-specs.h index 1b33ba1a97ba..20d4ab3e9213 100644 --- a/gcc/objc/lang-specs.h +++ b/gcc/objc/lang-specs.h @@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ %i %{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}}\n}", "%{!M:%{!MM:%{!E:cc1obj %i %1 \ %{nostdinc*} %{A*} %{I*} %{P} %I\ + %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ -undef -D__OBJC__ -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\ %{!undef:%{!ansi:%p} %P} %{trigraphs}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\