view gnu/make/patch-default.patch @ 1336:e43862edbe7e

misc: fixes
author David Demelier <markand@malikania.fr>
date Fri, 03 Dec 2021 22:50:37 +0100
parents 680899f86785
children
line wrap: on
line source

--- src/default.c.orig	2019-09-20 14:59:27.355416896 +0200
+++ src/default.c	2019-09-20 15:00:13.339418309 +0200
@@ -529,9 +529,9 @@
 # endif /* __MSDOS__ */
     "OBJC", "gcc",
 #else
-    "CC", "cc",
-    "CXX", "g++",
-    "OBJC", "cc",
+    "CC", "@CC@",
+    "CXX", "@CXX@",
+    "OBJC", "@CC@",
 #endif
 
     /* This expands to $(CO) $(COFLAGS) $< $@ if $@ does not exist,