Commit 00a221f0 by Geoffrey Keating Committed by Geoffrey Keating

* lang-specs.h (c++-header): Change .pch to .gch.

From-SVN: r64013
parent d8a25128
2003-03-08 Geoffrey Keating <geoffk@apple.com>
* lang-specs.h (c++-header): Change .pch to .gch.
2003-03-08 Neil Booth <neil@daikokuya.co.uk>
* cp-tree.h (cxx_init): Update prototype.
......
......@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */
cc1plus %{save-temps:-fpreprocessed %b.ii}\
%{!save-temps:%(cpp_unique_options) %{!no-gcc:-D__GNUG__=%v1}}\
%(cc1_options) %2 %{+e1*}\
-o %g.s %{!o*:--output-pch=%i.pch} %W{o*:--output-pch=%*}%V}}}",
-o %g.s %{!o*:--output-pch=%i.gch} %W{o*:--output-pch=%*}%V}}}",
CPLUSPLUS_CPP_SPEC},
{"@c++",
"%{E|M|MM:cc1plus -E %{!no-gcc:-D__GNUG__=%v1}\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment