From: Jason Merrill Date: Mon, 31 Jul 2000 21:00:36 +0000 (-0400) Subject: * lang-specs.h: Use %i in rule for .ii files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab4fa7ed31cfda83a37ef5a3b64b9d8fcbbccc4b;p=gcc.git * lang-specs.h: Use %i in rule for .ii files. From-SVN: r35392 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5a21c7452ba..bd8b58a8472 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-07-28 Jason Merrill + + * lang-specs.h: Use %i in rule for .ii files. + 2000-07-31 Zack Weinberg * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0. diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 9c4e308611d..871ac5bff3f 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -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 }}}}"},