1d5920e8b2
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40012 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
319 B
Diff
12 lines
319 B
Diff
--- a/make.tmpl.in
|
|
+++ b/make.tmpl.in
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# Allow environment to override any built-in default value for CC.
|
|
# If there is a built-in default, CC is NOT set to @CC@ here.
|
|
-CC ?= @CC@
|
|
+CC = @CC@
|
|
|
|
# If $(CC) holds the usual built-in default value of 'cc' then replace it with
|
|
# the configured value.
|