diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-31 18:29:58 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-31 18:29:58 +0000 |
commit | dd6a91babcc9b83142351d0fd7d6fef21ef79b5c (patch) | |
tree | effd964f5e7fbb6df373b803715395cfba5e267a /gcc/ch | |
parent | 3a24cc33ec904f3bcb7c2fadba2b786d3415d1b3 (diff) | |
download | gcc-dd6a91babcc9b83142351d0fd7d6fef21ef79b5c.tar.gz |
* Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
xcpp to cpp throughout.
(native): Remove unnecessary dependency on cpp.
* gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
tradcpp to tradcpp0.
(.i spec): Add missing output-file spec to cc1 command line.
* ch/lang-specs.h, cp/lang-specs.h, f/lang-specs.h,
objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35389 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/lang-specs.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 6ac09803ac3..b60f4f4990b 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +2000-07-31 Zack Weinberg <zack@wolery.cumb.org> + + * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0. + Mon Jul 31 07:58:31 2000 Casper Dik <Casper.Dik@holland.sun.com> * Makefile.in: Remove naked "^L". diff --git a/gcc/ch/lang-specs.h b/gcc/ch/lang-specs.h index 3813e5a94fa..5b0b6b2f1b6 100644 --- a/gcc/ch/lang-specs.h +++ b/gcc/ch/lang-specs.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ {".ch", "@chill"}, {".chi", "@chill"}, {"@chill", - "tradcpp -lang-chill %{!no-gcc:-D__GNUCHILL__=%v1} %(cpp_options)\ + "tradcpp0 -lang-chill %{!no-gcc:-D__GNUCHILL__=%v1} %(cpp_options)\ %{!M:%{!MM:%{!E:%{!pipe:%g.i} |\n\ cc1chill %{!pipe:%g.i} %(cc1_options) %{!S:-o %{|!pipe:%g.s} |\n\ as %(asm_options) %{!pipe:%g.s} %A }}}}\n"}, |