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.
13 lines
368 B
13 lines
368 B
8 years ago
|
diff -u -r ../busybox-1.26.2/Makefile ./Makefile
|
||
|
--- ../busybox-1.26.2/Makefile 2017-01-10 17:01:16.000000000 +0100
|
||
|
+++ ./Makefile 2017-06-27 23:34:15.465534834 +0200
|
||
|
@@ -289,7 +289,7 @@
|
||
|
# Make variables (CC, etc...)
|
||
|
|
||
|
AS = $(CROSS_COMPILE)as
|
||
|
-CC = $(CROSS_COMPILE)gcc
|
||
|
+CC = $(CROSS_COMPILE)clang
|
||
|
LD = $(CC) -nostdlib
|
||
|
CPP = $(CC) -E
|
||
|
AR = $(CROSS_COMPILE)ar
|