From cc70323d03401cfcdbafbd2d7727d3aa5206c00a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 22 Dec 1993 07:42:29 -0500 Subject: [PATCH] (default_compilers): Treat ".cpp" as C++. From-SVN: r6260 --- gcc/gcc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/gcc.c b/gcc/gcc.c index 5b17123202a..cc8374c6a76 100644 --- 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\ -- 2.30.2