You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-devel/make/files/make-4.2-default-cxx.patch

14 lines
269 B

diff --git a/default.c b/default.c
index 3d865c7..e8b3ed6 100644
--- a/default.c
+++ b/default.c
@@ -530,7 +530,7 @@ static const char *default_variables[] =
"OBJC", "gcc",
#else
"CC", "cc",
- "CXX", "g++",
+ "CXX", "c++",
"OBJC", "cc",
#endif