summaryrefslogtreecommitdiff
blob: 4a56df5da2c84187d1e931aba6e609a2204bb67f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/default.c
+++ b/src/default.c
@@ -542,7 +542,7 @@ static const char *default_variables[] =
     "CXX", "gcc",
 #  endif /* __MSDOS__ */
 # else
-    "CXX", "g++",
+    "CXX", "c++",
 # endif
 #endif
     /* This expands to $(CO) $(COFLAGS) $< $@ if $@ does not exist,