Use c++ as default CXX rather than g++.

(Patch was lost in upgrade to 4.1)

PR:		185436
Approved by:	bapt
This commit is contained in:
Stephen Hurd 2015-05-13 16:19:37 +00:00
parent d4b48afd79
commit 3c7ba18540
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386227

View file

@ -0,0 +1,11 @@
--- default.c.orig 2015-05-13 16:16:24 UTC
+++ default.c
@@ -447,7 +447,7 @@ static const char *default_variables[] =
"OBJC", "gcc",
#else
"CC", "cc",
- "CXX", "g++",
+ "CXX", "c++",
"OBJC", "cc",
#endif