]> gcc.gnu.org Git - gcc.git/commitdiff
(default_compilers): Treat ".cpp" as C++.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Dec 1993 12:42:29 +0000 (07:42 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Dec 1993 12:42:29 +0000 (07:42 -0500)
From-SVN: r6260

gcc/gcc.c

index 5b17123202adefe327860099e861b9b6846f771d..cc8374c6a767fcec318433328a9a325ed0248de4 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -515,6 +515,7 @@ static struct compiler default_compilers[] =
         %i %W{o*}"},
   {".cc", "@c++"},
   {".cxx", "@c++"},
+  {".cpp", "@c++"},
   {".C", "@c++"},
   {"@c++",
    "cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
This page took 0.070704 seconds and 5 git commands to generate.