From: Richard Kenner Date: Tue, 15 Feb 1994 00:13:05 +0000 (-0500) Subject: (default_compilers): Generate and use .ii files in the intermediate X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7aaf8abb281fccb0e961402c8d19416041864632;p=gcc.git (default_compilers): Generate and use .ii files in the intermediate stage of compiling C++ source. From-SVN: r6553 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 1ab4916615a..e904bd56931 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -563,8 +563,8 @@ static struct compiler default_compilers[] = %c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\ %{traditional-cpp:-traditional} %{trigraphs}\ %{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*}\ - %i %{!M:%{!MM:%{!E:%{!pipe:%g.i}}}}%{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}} |\n", - "%{!M:%{!MM:%{!E:cc1plus %{!pipe:%g.i} %1 %2\ + %i %{!M:%{!MM:%{!E:%{!pipe:%g.ii}}}}%{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}} |\n", + "%{!M:%{!MM:%{!E:cc1plus %{!pipe:%g.ii} %1 %2\ %{!Q:-quiet} -dumpbase %b.cc %{d*} %{m*} %{a}\ %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi} %{traditional}\ %{v:-version} %{pg:-p} %{p} %{f*} %{+e*}\