diff options
author | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-16 13:38:14 +0000 |
---|---|---|
committer | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-16 13:38:14 +0000 |
commit | b9059f66dac3050a6098688fe541167ad2e1eecb (patch) | |
tree | 314f4de1a9831f5c1cfe6ecdc4a2485b375437c4 /gcc/cp/lang-specs.h | |
parent | 5523a89a6e9f2056bc5b93c3fe90d1df274c2311 (diff) | |
download | gcc-b9059f66dac3050a6098688fe541167ad2e1eecb.tar.gz |
Wed Dec 16 16:33:58 1998 Dave Brolley <brolley@cygnus.com>
* lang-specs.h (default_compilers): Pass -MD, -MMD and -MG to cc1plus
if configured with cpplib.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24342 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lang-specs.h')
-rw-r--r-- | gcc/cp/lang-specs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 8e3cce094c0..b742fc230ea 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -41,6 +41,7 @@ Boston, MA 02111-1307, USA. */ %i %{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}}\n}\ %{!E:%{!M:%{!MM:cc1plus %i %1 %2\ -lang-c++ %{nostdinc*} %{C} %{A*} %{I*} %{P} %I\ + %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ -undef -D__GNUC__=%v1 -D__GNUG__=%v1 -D__cplusplus\ -D__GNUC_MINOR__=%v2\ %{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\ |