mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
12 lines
278 B
Diff
12 lines
278 B
Diff
--- 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,
|