aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2003-02-28 23:06:10 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2003-02-28 23:06:10 +0000
commitd8fad4ea49a49a7787891d1a6e7dbb81e2a09572 (patch)
tree3296383554cf8641e0ecd0dce811b757bb507ceb /gcc/gcc.c
parent9855905ceff516db0276b303406bf703236d4c42 (diff)
downloadgcc-d8fad4ea49a49a7787891d1a6e7dbb81e2a09572.zip
gcc-d8fad4ea49a49a7787891d1a6e7dbb81e2a09572.tar.gz
gcc-d8fad4ea49a49a7787891d1a6e7dbb81e2a09572.tar.bz2
In gcc/: 2003-02-28 Geoffrey Keating <geoffk@apple.com>
In gcc/: 2003-02-28 Geoffrey Keating <geoffk@apple.com> * doc/invoke.texi: Change .pch to .gch. * cppfiles.c (open_file_pch): Likewise. * gcc.c (default_compilers): Likewise. In gcc/testsuite/: 2003-02-28 Geoffrey Keating <geoffk@apple.com> * gcc.dg/pch/pch.exp: Change .pch to .gch. * g++.dg/pch/pch.exp: Likewise. From-SVN: r63587
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 7c344c9..db37242 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -929,11 +929,11 @@ static const struct compiler default_compilers[] =
%{save-temps|traditional-cpp:%(trad_capable_cpp) \
%(cpp_options) %b.i \n\
cc1 -fpreprocessed %b.i %(cc1_options)\
- -o %g.s %{!o*:--output-pch=%i.pch}\
+ -o %g.s %{!o*:--output-pch=%i.gch}\
%W{o*:--output-pch=%*}%V}\
%{!save-temps:%{!traditional-cpp:\
cc1 %(cpp_unique_options) %(cc1_options)\
- -o %g.s %{!o*:--output-pch=%i.pch}\
+ -o %g.s %{!o*:--output-pch=%i.gch}\
%W{o*:--output-pch=%*}%V}}}}}", 0},
{".i", "@cpp-output", 0},
{"@cpp-output",