* lang-specs.h: Use %i in rule for .ii files.

From-SVN: r35392
This commit is contained in:
Jason Merrill 2000-07-31 17:00:36 -04:00 committed by Jason Merrill
parent 42eb567d5c
commit ab4fa7ed31
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-07-28 Jason Merrill <jason@redhat.com>
* lang-specs.h: Use %i in rule for .ii files.
2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
* lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.

View File

@ -51,5 +51,5 @@ Boston, MA 02111-1307, USA. */
{".ii", "@c++-cpp-output"},
{"@c++-cpp-output",
"%{!M:%{!MM:%{!E:\
cc1plus -fpreprocessed %{!pipe:%g.ii} %(cc1_options) %{+e*}\
cc1plus -fpreprocessed %i %(cc1_options) %{+e*}\
%{!S:-o %{|!pipe:%g.s} |\n as %(asm_options) %{!pipe:%g.s} %A }}}}"},