diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-07-31 18:29:58 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-07-31 18:29:58 +0000 |
commit | 4871239e6404d637ffff8c80558bae40b5880a68 (patch) | |
tree | effd964f5e7fbb6df373b803715395cfba5e267a /gcc/cp/lang-specs.h | |
parent | 5f1240b6bac53ded27c90f910dd2b930dac157a0 (diff) | |
download | gcc-4871239e6404d637ffff8c80558bae40b5880a68.zip gcc-4871239e6404d637ffff8c80558bae40b5880a68.tar.gz gcc-4871239e6404d637ffff8c80558bae40b5880a68.tar.bz2 |
Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp throughout.
* 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.
From-SVN: r35389
Diffstat (limited to 'gcc/cp/lang-specs.h')
-rw-r--r-- | gcc/cp/lang-specs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 04025a5..9c4e308 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ {".C", "@c++"}, {"@c++", #if USE_CPPLIB - "%{E|M|MM:cpp -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\ + "%{E|M|MM:cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\ %{fnew-abi:-D__GXX_ABI_VERSION=100}\ %{ansi:-trigraphs -$ -D__STRICT_ANSI__} %(cpp_options)}\ %{!E:%{!M:%{!MM:cc1plus -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\ @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ %{!S:-o %{|!pipe:%g.s} |\n\ as %(asm_options) %{!pipe:%g.s} %A }}}}" #else /* ! USE_CPPLIB */ - "cpp -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\ + "cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\ %{fnew-abi:-D__GXX_ABI_VERSION=100}\ %{ansi:-trigraphs -$ -D__STRICT_ANSI__} %(cpp_options)\ %{!M:%{!MM:%{!E:%{!pipe:%g.ii} |\n\ |