mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 13:20:04 +08:00
* lang-specs.h: Use %i in rule for .ii files.
From-SVN: r35392
This commit is contained in:
parent
42eb567d5c
commit
ab4fa7ed31
@ -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.
|
||||
|
@ -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 }}}}"},
|
||||
|
Loading…
Reference in New Issue
Block a user