diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-03-09 00:35:22 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-03-09 00:35:22 +0000 |
commit | 00a221f0ac842627bbbd9f40213eef9cb5b32007 (patch) | |
tree | 1f50ec649fb0f6a0a5a9eca5501a6afa01514ba1 | |
parent | d8a25128836ed4548b2d0dc9b6a1066bcdc86854 (diff) | |
download | gcc-00a221f0ac842627bbbd9f40213eef9cb5b32007.zip gcc-00a221f0ac842627bbbd9f40213eef9cb5b32007.tar.gz gcc-00a221f0ac842627bbbd9f40213eef9cb5b32007.tar.bz2 |
* lang-specs.h (c++-header): Change .pch to .gch.
From-SVN: r64013
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/lang-specs.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fda3b80..d1538bc 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 2291644..4c140fd 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -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}\ |