diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-02-14 19:13:05 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-02-14 19:13:05 -0500 |
commit | 7aaf8abb281fccb0e961402c8d19416041864632 (patch) | |
tree | e0c874250f19614ff09a03224a5583771533a170 /gcc | |
parent | 21a64bf1340eac3212d4889b2cb82d72fda0f486 (diff) | |
download | gcc-7aaf8abb281fccb0e961402c8d19416041864632.zip gcc-7aaf8abb281fccb0e961402c8d19416041864632.tar.gz gcc-7aaf8abb281fccb0e961402c8d19416041864632.tar.bz2 |
(default_compilers): Generate and use .ii files in the intermediate
stage of compiling C++ source.
From-SVN: r6553
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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*}\ |