From: Richard Kenner Date: Wed, 22 Dec 1993 12:42:29 +0000 (-0500) Subject: (default_compilers): Treat ".cpp" as C++. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc70323d03401cfcdbafbd2d7727d3aa5206c00a;p=gcc.git (default_compilers): Treat ".cpp" as C++. From-SVN: r6260 --- 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\