Commit cc70323d by Richard Kenner

(default_compilers): Treat ".cpp" as C++.

From-SVN: r6260
parent 78ea9cda
...@@ -515,6 +515,7 @@ static struct compiler default_compilers[] = ...@@ -515,6 +515,7 @@ static struct compiler default_compilers[] =
%i %W{o*}"}, %i %W{o*}"},
{".cc", "@c++"}, {".cc", "@c++"},
{".cxx", "@c++"}, {".cxx", "@c++"},
{".cpp", "@c++"},
{".C", "@c++"}, {".C", "@c++"},
{"@c++", {"@c++",
"cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\ "cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment