mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 00:19:49 +02:00
11 lines
278 B
Diff
11 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,
|